Skip to content

Commit e3a3e51

Browse files
committed
Add alpine version to dockerfile
1 parent a7f003f commit e3a3e51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/Dockerfile.nginxplus

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# syntax=docker/dockerfile:1.17
2+
3+
# renovate: datasource=docker depName=alpine
4+
ARG ALPINE_VERSION=3.21
5+
26
FROM scratch AS nginx-files
37

48
# the following links can be replaced with local files if needed, i.e. ADD --chown=101:1001 <local_file> <container_file>

0 commit comments

Comments
 (0)