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