We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c38589 commit 2d6af9fCopy full SHA for 2d6af9f
Dockerfile
@@ -1,12 +1,11 @@
1
-ARG ALPINE_VERSION=3.23
2
-FROM alpine:${ALPINE_VERSION}
+FROM alpine:3.23
3
4
# Build metadata arguments
5
ARG BUILD_DATE
6
ARG VCS_REF
7
ARG VERSION
8
9
-# OCI annotations for supply chain security
+# OCI annotations
10
LABEL org.opencontainers.image.created="${BUILD_DATE}"
11
LABEL org.opencontainers.image.authors="Tim de Pater <[email protected]>"
12
LABEL org.opencontainers.image.url="https://github.com/TrafeX/docker-php-nginx"
0 commit comments