Update Dockerfile
This commit is contained in:
parent
b0410e98d7
commit
bd83409469
1 changed files with 8 additions and 2 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,5 +1,11 @@
|
||||||
ARG VERSION=3.20.6
|
FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:3.20.6
|
||||||
FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:${VERSION}
|
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
|
USER root
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue