chore: update php version in Dockerfile (#6252)

Update Dockerfile
This commit is contained in:
Credevator
2022-08-12 22:14:07 +05:30
committed by GitHub
parent 78cd01b2b5
commit 0e657bee2f
+1 -1
View File
@@ -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 <alexis@saettler.org>" \