Skip to content

Commit

Permalink
chore(deps): update php docker tag to v8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 746f2c4 commit 37f8455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DEPENDENCIES="netcat-openbsd postgresql15-client procps"
ARG DEPENDENCIES_DEV="git shadow sudo bash"

# base image for all containers
FROM php:8.3.13-fpm-alpine AS base
FROM php:8.4.1-fpm-alpine AS base
WORKDIR /var/www/html
# install extensions and packages
COPY --from=mlocati/php-extension-installer:2.7.5 /usr/bin/install-php-extensions /usr/local/sbin/
Expand Down

0 comments on commit 37f8455

Please sign in to comment.