Skip to content

Commit 2291a2c

Browse files
Update php Docker tag
1 parent 93e2be7 commit 2291a2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/yourls/.php-version

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
php:8.3.13-apache@sha256:b84148f7453d86e5b6a325aaaa70fbf3e8f455eb958bd398346912e5f03c991e
2-
php:8.3.13-fpm@sha256:14fa9f2b4b71f624a5547f3d2b125bb25cc9fca0ed65a9e7a178fb055b61a446
3-
php:8.3.13-fpm-alpine@sha256:c2da634fa06c6fb61fc18861795c5a28e5d96574c3257c57d0b49978fd1147a3
1+
php:8.4.5-apache@sha256:4e4d213d34087fc762691319c0a6394c5a407d36fe6e2f107d033f8d441d6252
2+
php:8.4.5-fpm@sha256:182b3466ea500120199794457bc7563dfc599f742f6833722dc7d3ca3f69a328
3+
php:8.4.5-fpm-alpine@sha256:5682435e64a0b2bd03337f2b9a92eacb8e095295377f3e2fa65eea15eae447b2

images/yourls/Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-%%VARIANT%%
1+
FROM php:8.4-%%VARIANT%%
22

33
# install the PHP extensions we need
44
RUN set -eux; \

0 commit comments

Comments
 (0)