Skip to content

Commit b043c2c

Browse files
Update php Docker tag
1 parent c2eda18 commit b043c2c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

images/yourls/.php-version

Lines changed: 3 additions & 3 deletions
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.2-apache@sha256:2c9ae64a55950a3b44c5121cae9b1dc82601e9ff2a0ed0279d02c047019ca53d
2+
php:8.4.2-fpm@sha256:4c8b6976c635245f7646e575ccd53b4cc8e80d8c0997a4d3a50ef3f68f6457d5
3+
php:8.4.2-fpm-alpine@sha256:004bf48e54d01282236cc5b128e33068c7565bbe9bedf11dfb75e5a03d2d3c84

images/yourls/Dockerfile.template

Lines changed: 1 addition & 1 deletion
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)