From 0e657bee2fac4ea80bbaa1ffcc7c1d7fca7838ac Mon Sep 17 00:00:00 2001 From: Credevator Date: Fri, 12 Aug 2022 22:14:07 +0530 Subject: [PATCH] chore: update php version in Dockerfile (#6252) Update Dockerfile --- scripts/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile index b2eacbd9a..0e0946bec 100644 --- a/scripts/docker/Dockerfile +++ b/scripts/docker/Dockerfile @@ -6,7 +6,7 @@ ### This file is based off of the `apache` variant in the above mentioned repo ### -FROM php:8.0-apache +FROM php:8.1-apache # opencontainers annotations https://github.com/opencontainers/image-spec/blob/master/annotations.md LABEL org.opencontainers.image.authors="Alexis Saettler " \