Skip to content

Commit bebf7a5

Browse files
authored
Update docker base image to PHP 8.5 (#4192)
1 parent 2a74277 commit bebf7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

33
RUN set -eux; \
44
apk add --no-cache \

0 commit comments

Comments
 (0)