Skip to content

Commit a9fce36

Browse files
Update php Docker tag
1 parent 4df908b commit a9fce36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "8.4",
28+
"php": "8.5.0",
2929
"ext-pdo": "*",
3030
"ext-json": "*",
3131
"ext-gd": "*",

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4-fpm
1+
FROM php:8.5-fpm
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
apt-utils build-essential curl zip zlib1g-dev libssl-dev unzip \

0 commit comments

Comments
 (0)