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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "8.3 - 8.4",
"php": "8.5",
"ext-apcu": "*",
"ext-curl": "*",
"ext-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.5.2-fpm-alpine
FROM php:8.5.3-fpm-alpine

# Install system dependencies and PHP build tools
RUN apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
FROM php:8.5.2-fpm-alpine as stage
FROM php:8.5.3-fpm-alpine as stage

COPY --from=composer:2 /usr/bin/composer /usr/bin/composer

Expand Down
Loading