Skip to content

Commit

Permalink
⬆️ Update PHP to v8.1.29-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent fe4783f commit c78f9de
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.11.6-r0 \
nginx=1.24.0-r16 \
php81-curl=8.1.28-r0 \
php81-fpm=8.1.28-r0 \
php81-gd=8.1.28-r0 \
php81-iconv=8.1.28-r0 \
php81-mbstring=8.1.28-r0 \
php81-mysqli=8.1.28-r0 \
php81-opcache=8.1.28-r0 \
php81-openssl=8.1.28-r0 \
php81-session=8.1.28-r0 \
php81-xml=8.1.28-r0 \
php81-zip=8.1.28-r0 \
php81=8.1.28-r0 \
php81-curl=8.1.29-r0 \
php81-fpm=8.1.29-r0 \
php81-gd=8.1.29-r0 \
php81-iconv=8.1.29-r0 \
php81-mbstring=8.1.29-r0 \
php81-mysqli=8.1.29-r0 \
php81-opcache=8.1.29-r0 \
php81-openssl=8.1.29-r0 \
php81-session=8.1.29-r0 \
php81-xml=8.1.29-r0 \
php81-zip=8.1.29-r0 \
php81=8.1.29-r0 \
\
&& mkdir /var/www/phpmyadmin \
&& curl -L -s \
Expand Down

0 comments on commit c78f9de

Please sign in to comment.