Skip to content

Commit 22e4d4f

Browse files
chore(deps): update php docker tag to v8.5.0
1 parent b85aaa8 commit 22e4d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PHP_EXTENSIONS="pcntl redis"
22
ARG ADDITIONAL_PACKAGES="bash rclone sqlite"
33

4-
FROM php:8.4.14-fpm-alpine AS base
4+
FROM php:8.5.0-fpm-alpine AS base
55
WORKDIR /var/www/html
66
# install software needed for all environments
77
COPY --from=docker.io/composer:2.9.2 /usr/bin/composer /usr/local/bin/composer

0 commit comments

Comments
 (0)