Skip to content

Commit 67a5ed0

Browse files
chore(deps): update php docker tag to v8.5.2 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47157d5 commit 67a5ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5.1-fpm-alpine AS base
4+
FROM php:8.5.2-fpm-alpine AS base
55
WORKDIR /var/www/html
66
# install software needed for all environments
77
COPY --from=docker.io/composer:2.9.3 /usr/bin/composer /usr/local/bin/composer

0 commit comments

Comments
 (0)