From 72f7106911c0d846dc77f47a3557d77de8f654a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 17:59:14 +0000 Subject: [PATCH] Bump php in /Containers/mastercontainer Bumps php from 8.0.15-apache-bullseye to 8.0.16-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 923aa943..c900ddf2 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -2,7 +2,7 @@ FROM docker:20.10.12-dind-alpine3.15 as dind # From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile -FROM php:8.0.15-apache-bullseye +FROM php:8.0.16-apache-bullseye EXPOSE 80 EXPOSE 8080