Skip to content

Commit

Permalink
⬆️ Upgrades php7 to 7.4.21-r0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 13, 2021
1 parent d78b3cd commit 2124e8c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions phpmyadmin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ RUN \
apk add --no-cache \
mariadb-client=10.5.11-r0 \
nginx=1.20.1-r3 \
php7-curl=7.4.20-r0 \
php7-fpm=7.4.20-r0 \
php7-gd=7.4.20-r0 \
php7-iconv=7.4.20-r0 \
php7-json=7.4.20-r0 \
php7-mbstring=7.4.20-r0 \
php7-mysqli=7.4.20-r0 \
php7-opcache=7.4.20-r0 \
php7-session=7.4.20-r0 \
php7-xml=7.4.20-r0 \
php7-zip=7.4.20-r0 \
php7=7.4.20-r0 \
php7-curl=7.4.21-r0 \
php7-fpm=7.4.21-r0 \
php7-gd=7.4.21-r0 \
php7-iconv=7.4.21-r0 \
php7-json=7.4.21-r0 \
php7-mbstring=7.4.21-r0 \
php7-mysqli=7.4.21-r0 \
php7-opcache=7.4.21-r0 \
php7-session=7.4.21-r0 \
php7-xml=7.4.21-r0 \
php7-zip=7.4.21-r0 \
php7=7.4.21-r0 \
\
&& mkdir /var/www/phpmyadmin \
&& curl -L -s \
Expand Down

0 comments on commit 2124e8c

Please sign in to comment.