Skip to content

Commit 869a747

Browse files
committed
chore(deps): bump to php 8.4.4
1 parent bcf1c23 commit 869a747

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="rclone sqlite"
33

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

0 commit comments

Comments
 (0)