Skip to content

Commit 053b678

Browse files
chore(deps): update php docker tag to v8.4.8 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a86a027 commit 053b678

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"
22
ARG ADDITIONAL_PACKAGES="bash rclone sqlite"
33

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

0 commit comments

Comments
 (0)