File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-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
+ # ARG RELEASE=bookworm # Removing for the time being since it doesn't play well with Dependabot
2
+ FROM debian:bookworm -slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
3
3
4
- # Persist RELEASE argument
5
- ARG RELEASE
4
+ # Create RELEASE argument
5
+ ARG RELEASE=bookworm
6
6
7
7
# NJS env vars
8
8
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
+ # ARG RELEASE=bookworm # Removing for the time being since it doesn't play well with Dependabot
2
+ FROM debian:bookworm -slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
3
3
4
- # Persist RELEASE argument
5
- ARG RELEASE
4
+ # Create RELEASE argument
5
+ ARG RELEASE=bookworm
6
6
7
7
# NJS env vars
8
8
ENV NGINX_VERSION=32
You can’t perform that action at this time.
0 commit comments