Skip to content

Commit

Permalink
chore(deps): update php docker tag to v8.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent e5786fa commit f1d5ef5
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
@@ -1,5 +1,5 @@
# base image for all containers
FROM php:8.3.8-fpm-alpine as base
FROM php:8.3.9-fpm-alpine as base
WORKDIR /var/www/html
# install extensions and packages
COPY --from=mlocati/php-extension-installer:2.2.17 /usr/bin/install-php-extensions /usr/local/sbin/
Expand Down

0 comments on commit f1d5ef5

Please sign in to comment.