8000
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 a21112e commit 9dcdfd3Copy full SHA for 9dcdfd3
build/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update \
11
12
############################################# Base image for Alpine #############################################
13
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
14
-FROM docker.io/library/nginx:1.19.10-alpine AS alpine
+FROM docker.io/library/nginx:1.21.0-alpine AS alpine
15
16
RUN apk add --no-cache libcap \
17
&& rm -rf /var/cache/apk/*
0 commit comments