Update Dockerfile
This commit is contained in:
parent
fd417dc0b5
commit
4101eb8c04
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:3.20.12
|
||||
ARG VERSION
|
||||
FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:${VERSION}
|
||||
ARG VERSION
|
||||
|
||||
LABEL Version="${VERSION}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue