Skip to content

Commit

Permalink
Update php Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent c2eda18 commit 4f49687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions images/yourls/.php-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
php:8.3.13-apache@sha256:b84148f7453d86e5b6a325aaaa70fbf3e8f455eb958bd398346912e5f03c991e
php:8.3.13-fpm@sha256:14fa9f2b4b71f624a5547f3d2b125bb25cc9fca0ed65a9e7a178fb055b61a446
php:8.3.13-fpm-alpine@sha256:c2da634fa06c6fb61fc18861795c5a28e5d96574c3257c57d0b49978fd1147a3
php:8.4.3-apache@sha256:da2c37150b82859b636d0bf4e06896d5282bfa7fed3125e063d47580783f7b97
php:8.4.3-fpm@sha256:5148d67c6a67e00736c7a1be2e3b5287e370fd64d24f7777f5e39bf4c45b9175
php:8.4.3-fpm-alpine@sha256:49eafddb150fd61849f65203ecd1a29fe9c152f5ce3d4fda76a1f302c286926b
2 changes: 1 addition & 1 deletion images/yourls/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-%%VARIANT%%
FROM php:8.4-%%VARIANT%%

# install the PHP extensions we need
RUN set -eux; \
Expand Down

0 comments on commit 4f49687

Please sign in to comment.