Skip to content

Commit 2d6af9f

Browse files
committed
Don't use an ARG for the version so that Dependabot will provide updates
1 parent 2c38589 commit 2d6af9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
ARG ALPINE_VERSION=3.23
2-
FROM alpine:${ALPINE_VERSION}
1+
FROM alpine:3.23
32

43
# Build metadata arguments
54
ARG BUILD_DATE
65
ARG VCS_REF
76
ARG VERSION
87

9-
# OCI annotations for supply chain security
8+
# OCI annotations
109
LABEL org.opencontainers.image.created="${BUILD_DATE}"
1110
LABEL org.opencontainers.image.authors="Tim de Pater <[email protected]>"
1211
LABEL org.opencontainers.image.url="https://github.com/TrafeX/docker-php-nginx"

0 commit comments

Comments
 (0)