We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c1a6e commit fc1b4deCopy full SHA for fc1b4de
composer.json
@@ -17,7 +17,7 @@
17
"minimum-stability": "dev",
18
"prefer-stable": true,
19
"require": {
20
- "php": "8.3 - 8.4",
+ "php": "8.5",
21
"ext-apcu": "*",
22
"ext-curl": "*",
23
"ext-dom": "*",
docker/dev/php/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.5.0RC4-fpm-alpine
+FROM php:8.5.1-fpm-alpine
2
3
# Install system dependencies and PHP build tools
4
RUN apk add --no-cache \
docker/prod/php/Dockerfile
@@ -4,7 +4,7 @@
5
6
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
7
-FROM php:8.5.0RC4-fpm-alpine as stage
+FROM php:8.5.1-fpm-alpine as stage
8
9
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
10
0 commit comments