From f78620402e6e8c945cceb7a486ac2318bd5301cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:32:57 +0000 Subject: [PATCH] Bump php in /Containers/mastercontainer Bumps php from 8.0.20-apache-bullseye to 8.0.21-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 77372015..a951fa1b 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -5,7 +5,7 @@ FROM docker:20.10.17-dind-alpine3.16 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.20-apache-bullseye +FROM php:8.0.21-apache-bullseye EXPOSE 80 EXPOSE 8080