Bump php in /Containers/mastercontainer

Bumps php from 8.2.5-fpm-alpine3.17 to 8.2.6-fpm-alpine3.17.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-12 12:58:53 +00:00 committed by GitHub
parent cf9220c6b7
commit 9584ef5346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ FROM docker:23.0.6-cli as docker
FROM caddy:2.6.4-alpine as caddy
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.17/fpm/Dockerfile
FROM php:8.2.5-fpm-alpine3.17
FROM php:8.2.6-fpm-alpine3.17
RUN set -ex; \
apk add --no-cache shadow; \