Update Dockerfile

This commit is contained in:
holzi1005 2025-01-22 12:49:04 +01:00
parent b0410e98d7
commit bd83409469

View file

@ -1,5 +1,11 @@
ARG VERSION=3.20.6
FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:${VERSION}
FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:3.20.6
ARG VERSION
LABEL Version="${VERSION}" \
Maintainer="H2 invent GmbH <support@h2-invent.com>" \
Description="Lightweight container with Nginx & PHP-FPM & SUPERCRONIC based on Alpine Linux." \
org.opencontainers.version="${VERSION}" \
org.opencontainers.image.title="Lightweight container with Nginx & PHP-FPM & SUPERCRONIC based on Alpine Linux."
USER root