Skip to content

Commit

Permalink
⬆️ Update PHP to v8.2.27-r0 (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 66b1afc commit 61d656b
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=11.4.4-r1 \
nginx=1.26.2-r3 \
php82-curl=8.2.26-r0 \
php82-fpm=8.2.26-r0 \
php82-gd=8.2.26-r0 \
php82-iconv=8.2.26-r0 \
php82-mbstring=8.2.26-r0 \
php82-mysqli=8.2.26-r0 \
php82-opcache=8.2.26-r0 \
php82-openssl=8.2.26-r0 \
php82-session=8.2.26-r0 \
php82-xml=8.2.26-r0 \
php82-zip=8.2.26-r0 \
php82=8.2.26-r0 \
php82-curl=8.2.27-r0 \
php82-fpm=8.2.27-r0 \
php82-gd=8.2.27-r0 \
php82-iconv=8.2.27-r0 \
php82-mbstring=8.2.27-r0 \
php82-mysqli=8.2.27-r0 \
php82-opcache=8.2.27-r0 \
php82-openssl=8.2.27-r0 \
php82-session=8.2.27-r0 \
php82-xml=8.2.27-r0 \
php82-zip=8.2.27-r0 \
php82=8.2.27-r0 \
\
&& mkdir /var/www/phpmyadmin \
&& curl -L -s \
Expand Down

0 comments on commit 61d656b

Please sign in to comment.