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
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.1.1-1ubuntu2.2 \
mercurial \
subversion \
golang \