Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

test-in-docker: fix with newer ZSH versions #884

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion docker/base-5.2/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:17.04
FROM ubuntu:17.10
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. 17.04 (and 17.10) are not LTS versions; they will go away.


RUN \
apt-get update && \
Expand Down