Skip to content

Commit

Permalink
⬆️ Upgrades PHP to 7.2.17-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 20, 2019
1 parent 5bdd409 commit 7b65c6c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tasmoadmin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
nginx=1.14.2-r0 \
php7-curl=7.2.14-r0 \
php7-fpm=7.2.14-r0 \
php7-json=7.2.14-r0 \
php7-opcache=7.2.14-r0 \
php7-session=7.2.14-r0 \
php7-zip=7.2.14-r0 \
php7=7.2.14-r0 \
php7-curl=7.2.17-r0 \
php7-fpm=7.2.17-r0 \
php7-json=7.2.17-r0 \
php7-opcache=7.2.17-r0 \
php7-session=7.2.17-r0 \
php7-zip=7.2.17-r0 \
php7=7.2.17-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.20.1-r0 \
Expand Down

0 comments on commit 7b65c6c

Please sign in to comment.