Skip to content

Commit

Permalink
chore(deps): update mlocati/php-extension-installer docker tag to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent 0650c04 commit f474075
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 @@ -2,7 +2,7 @@
FROM php:8.3.10-fpm-alpine as base
WORKDIR /var/www/html
# install extensions and packages
COPY --from=mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/local/sbin/
COPY --from=mlocati/php-extension-installer:2.3.2 /usr/bin/install-php-extensions /usr/local/sbin/
RUN apk add --no-cache \
netcat-openbsd \
postgresql15-client \
Expand Down

0 comments on commit f474075

Please sign in to comment.