Skip to content

Commit

Permalink
⬆️ Upgrades php to 7.3.6-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 23, 2019
1 parent b5006a9 commit a3cd4d6
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.16.0-r2 \
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 \
php7-curl=7.3.6-r0 \
php7-fpm=7.3.6-r0 \
php7-json=7.3.6-r0 \
php7-opcache=7.3.6-r0 \
php7-session=7.3.6-r0 \
php7-zip=7.3.6-r0 \
php7=7.3.6-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.20.1-r0 \
Expand Down

0 comments on commit a3cd4d6

Please sign in to comment.