From a1a9db3404c81fb352c335a2285b0c49ec735c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:29:35 +0000 Subject: [PATCH] Bump php in /Containers/mastercontainer Bumps php from 8.0.19-apache-bullseye to 8.0.20-apache-bullseye. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/mastercontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index f232c58b..ecd41ea4 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -5,7 +5,7 @@ FROM docker:20.10.16-dind-alpine3.15 as dind FROM caddy:2.5.1-alpine as caddy # From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile -FROM php:8.0.19-apache-bullseye +FROM php:8.0.20-apache-bullseye EXPOSE 80 EXPOSE 8080