Skip to content
Merged
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
4 changes: 2 additions & 2 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.9-apache-bullseye AS runtime
FROM php:8.3.10-apache-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

# Latest version of event-extension: https://pecl.php.net/package/event
ARG PHP_EVENT_VERSION=3.1.3
ARG PHP_EVENT_VERSION=3.1.4
# Latest version of igbinary-extension: https://pecl.php.net/package/igbinary
ARG PHP_IGBINARY_VERSION=3.2.15
# Latest version of redis-extension: https://pecl.php.net/package/redis
Expand Down
4 changes: 2 additions & 2 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.9-fpm-bullseye AS runtime
FROM php:8.3.10-fpm-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

# Latest version of event-extension: https://pecl.php.net/package/event
ARG PHP_EVENT_VERSION=3.1.3
ARG PHP_EVENT_VERSION=3.1.4
# Latest version of igbinary-extension: https://pecl.php.net/package/igbinary
ARG PHP_IGBINARY_VERSION=3.2.15
# Latest version of redis-extension: https://pecl.php.net/package/redis
Expand Down