Skip to content

Commit 5001392

Browse files
⬆️ Update PHP to v8.1.26-r1 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b10153c commit 5001392

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

phpmyadmin/Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ RUN \
1111
apk add --no-cache \
1212
mariadb-client=10.11.5-r3 \
1313
nginx=1.24.0-r14 \
14-
php81-curl=8.1.26-r0 \
15-
php81-fpm=8.1.26-r0 \
16-
php81-gd=8.1.26-r0 \
17-
php81-iconv=8.1.26-r0 \
18-
php81-mbstring=8.1.26-r0 \
19-
php81-mysqli=8.1.26-r0 \
20-
php81-opcache=8.1.26-r0 \
21-
php81-openssl=8.1.26-r0 \
22-
php81-session=8.1.26-r0 \
23-
php81-xml=8.1.26-r0 \
24-
php81-zip=8.1.26-r0 \
25-
php81=8.1.26-r0 \
14+
php81-curl=8.1.26-r1 \
15+
php81-fpm=8.1.26-r1 \
16+
php81-gd=8.1.26-r1 \
17+
php81-iconv=8.1.26-r1 \
18+
php81-mbstring=8.1.26-r1 \
19+
php81-mysqli=8.1.26-r1 \
20+
php81-opcache=8.1.26-r1 \
21+
php81-openssl=8.1.26-r1 \
22+
php81-session=8.1.26-r1 \
23+
php81-xml=8.1.26-r1 \
24+
php81-zip=8.1.26-r1 \
25+
php81=8.1.26-r1 \
2626
\
2727
&& mkdir /var/www/phpmyadmin \
2828
&& curl -L -s \

0 commit comments

Comments
 (0)