Update php Docker tag to v8.2.23 #394

Merged
renovate-bot merged 1 commits from renovate/php-8.2.x into master 2024-08-30 23:10:09 +00:00
Showing only changes of commit 50af037d19 - Show all commits

View File

@ -1,4 +1,4 @@
FROM php:8.2.22-fpm-bullseye@sha256:9ea5a6bfc5f0a567585e4f6872cc771b1de6a2b09a934b47e0c999cdb57fc0fc
FROM php:8.2.23-fpm-bullseye@sha256:2bfdea3f6bd6e125320c6a7e1636b0a5873e2db6b48d941ca21a53cec5a5201c
RUN set -ex; \
\