Skip to content

Commit

Permalink
⬆️ Upgrades php to 7.3.7-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 14, 2019
1 parent 9da6ea8 commit e148508
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.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 \
php7-curl=7.3.7-r0 \
php7-fpm=7.3.7-r0 \
php7-json=7.3.7-r0 \
php7-opcache=7.3.7-r0 \
php7-session=7.3.7-r0 \
php7-zip=7.3.7-r0 \
php7=7.3.7-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.22.0-r0 \
Expand Down

0 comments on commit e148508

Please sign in to comment.