File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- ARG RELEASE=bookworm
2
- FROM debian:${RELEASE}-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
1
+ FROM debian:bookworm-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
3
2
4
- # Persist RELEASE argument
5
- ARG RELEASE
3
+ # Create RELEASE argument
4
+ ARG RELEASE=bookworm
6
5
7
6
# NJS env vars
8
7
ENV NGINX_VERSION=32
Original file line number Diff line number Diff line change 1
- ARG RELEASE=bookworm
2
- FROM debian:${RELEASE}-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
1
+ FROM debian:bookworm-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
3
2
4
- # Persist RELEASE argument
5
- ARG RELEASE
3
+ # Create RELEASE argument
4
+ ARG RELEASE=bookworm
6
5
7
6
# NJS env vars
8
7
ENV NGINX_VERSION=32
You can’t perform that action at this time.
0 commit comments