Skip to content

Commit

Permalink
⬆️ Upgrades php7 to 7.3.14-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 4, 2020
1 parent 109ecb5 commit 6d49b0a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions grocy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
nginx=1.16.1-r6 \
php7-fpm=7.3.13-r0 \
php7-gd=7.3.13-r0 \
php7-json=7.3.13-r0 \
php7-mbstring=7.3.13-r0 \
php7-opcache=7.3.13-r0 \
php7-pdo_sqlite=7.3.13-r0 \
php7-pdo=7.3.13-r0 \
php7-simplexml=7.3.13-r0 \
php7-tokenizer=7.3.13-r0 \
php7-fileinfo=7.3.13-r0 \
php7=7.3.13-r0 \
php7-fpm=7.3.14-r0 \
php7-gd=7.3.14-r0 \
php7-json=7.3.14-r0 \
php7-mbstring=7.3.14-r0 \
php7-opcache=7.3.14-r0 \
php7-pdo_sqlite=7.3.14-r0 \
php7-pdo=7.3.14-r0 \
php7-simplexml=7.3.14-r0 \
php7-tokenizer=7.3.14-r0 \
php7-fileinfo=7.3.14-r0 \
php7=7.3.14-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.24.1-r0 \
Expand Down

0 comments on commit 6d49b0a

Please sign in to comment.