Skip to content
Open
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.3.30-apache-trixie AS runtime
FROM php:8.3.31-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.3.30-fpm-trixie AS runtime
FROM php:8.3.31-fpm-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

Expand Down