Update Dockerfile

This commit is contained in:
Stefan Pejcic
2024-08-29 14:30:08 +02:00
committed by GitHub
parent 602932fac8
commit c58994c4c9

View File

@@ -2,7 +2,7 @@ FROM ubuntu:latest
LABEL maintainer="stefan@pejcic.rs"
LABEL author="Stefan Pejcic"
LABEL db="mariadb" webserver="apache" php="php8.2" # required from 0.2.7
LABEL db="mariadb" webserver="apache" php="php8.2"
ENV TZ=UTC
ENV DEBIAN_FRONTEND=noninteractive