Fixate ZSH versions in docker

This commit is contained in:
Dominik Ritter 2018-06-27 23:26:50 +02:00 committed by Christian Höltje
parent 74051e59fd
commit b9e6e6f32a
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ RUN \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl \
git \
zsh \
zsh=5.0.2-3ubuntu6.2 \
mercurial \
subversion \
golang \

View File

@ -6,7 +6,7 @@ RUN \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl \
git \
zsh \
zsh=5.1.1-1ubuntu2.2 \
mercurial \
subversion \
golang \

View File

@ -6,7 +6,7 @@ RUN \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl \
git \
zsh \
zsh=5.2-5ubuntu1.2 \
mercurial \
subversion \
golang \