From bd834094699ec24553584c4368f8995d0a180c14 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Wed, 22 Jan 2025 12:49:04 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 21da3aa..8ee1ad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " \ + 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