Skip to content

Commit

Permalink
⬆️ Update PHP to v8.1.26-r1 (#201)
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 18, 2023
1 parent b10153c commit 5001392
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.5-r3 \
nginx=1.24.0-r14 \
php81-curl=8.1.26-r0 \
php81-fpm=8.1.26-r0 \
php81-gd=8.1.26-r0 \
php81-iconv=8.1.26-r0 \
php81-mbstring=8.1.26-r0 \
php81-mysqli=8.1.26-r0 \
php81-opcache=8.1.26-r0 \
php81-openssl=8.1.26-r0 \
php81-session=8.1.26-r0 \
php81-xml=8.1.26-r0 \
php81-zip=8.1.26-r0 \
php81=8.1.26-r0 \
php81-curl=8.1.26-r1 \
php81-fpm=8.1.26-r1 \
php81-gd=8.1.26-r1 \
php81-iconv=8.1.26-r1 \
php81-mbstring=8.1.26-r1 \
php81-mysqli=8.1.26-r1 \
php81-opcache=8.1.26-r1 \
php81-openssl=8.1.26-r1 \
php81-session=8.1.26-r1 \
php81-xml=8.1.26-r1 \
php81-zip=8.1.26-r1 \
php81=8.1.26-r1 \
\
&& mkdir /var/www/phpmyadmin \
&& curl -L -s \
Expand Down

0 comments on commit 5001392

Please sign in to comment.