Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# check=error=true

# Latest version of PHP base image: https://hub.docker.com/_/php/tags
FROM php:8.5.4-apache-trixie AS runtime
FROM php:8.5.5-apache-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# check=error=true

# Latest version of PHP base image: https://hub.docker.com/_/php/tags
FROM php:8.5.4-fpm-trixie AS runtime
FROM php:8.5.5-fpm-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion frankenphp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# check=error=true

# Latest version of FrankenPHP base image: https://hub.docker.com/r/dunglas/frankenphp/tags
FROM dunglas/frankenphp:1.12.1-php8.5.4-trixie AS runtime
FROM dunglas/frankenphp:1.12.2-php8.5.4-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

Expand Down