Skip to content

Commit fc1b4de

Browse files
fix(deps): update php docker tag to v8.5.1
1 parent 56c1a6e commit fc1b4de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"minimum-stability": "dev",
1818
"prefer-stable": true,
1919
"require": {
20-
"php": "8.3 - 8.4",
20+
"php": "8.5",
2121
"ext-apcu": "*",
2222
"ext-curl": "*",
2323
"ext-dom": "*",

docker/dev/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.5.0RC4-fpm-alpine
1+
FROM php:8.5.1-fpm-alpine
22

33
# Install system dependencies and PHP build tools
44
RUN apk add --no-cache \

docker/prod/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
7-
FROM php:8.5.0RC4-fpm-alpine as stage
7+
FROM php:8.5.1-fpm-alpine as stage
88

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

0 commit comments

Comments
 (0)