Skip to content

Commit 7c1ceab

Browse files
authored
Merge pull request #185 from devilbox/release-0.120
Release 0.120
2 parents e51d28f + 9bc2f1c commit 7c1ceab

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
## Unreleased
55

66

7+
## Release 0.120
8+
9+
#### Fixed
10+
- Fixed `zsh` install for PHP 5.6 and 7.0
11+
12+
713
## Release 0.119
814

915
#### Fixed

Dockerfiles/work/Dockerfile-5.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RUN set -eux \
120120
zip \
121121
zlib1g-dev \
122122
zsh \
123-
zsh-common=5.3.1-4 \
123+
zsh-common \
124124
&& DEBIAN_FRONTEND=noninteractive apt-get purge -qq -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
125125
&& rm -rf /var/lib/apt/lists/* \
126126
\

Dockerfiles/work/Dockerfile-7.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RUN set -eux \
120120
zip \
121121
zlib1g-dev \
122122
zsh \
123-
zsh-common=5.3.1-4 \
123+
zsh-common \
124124
&& DEBIAN_FRONTEND=noninteractive apt-get purge -qq -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
125125
&& rm -rf /var/lib/apt/lists/* \
126126
\

build/ansible/DOCKERFILES/Dockerfile-work.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN set -eux \
141141
zlib1g-dev \
142142
zsh \
143143
{% if php_version in [5.6, 7.0] %}
144-
zsh-common=5.3.1-4 \
144+
zsh-common \
145145
{% endif %}
146146
&& DEBIAN_FRONTEND=noninteractive apt-get purge -qq -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
147147
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)