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 b86c4a7 commit e0a595dCopy full SHA for e0a595d
build/Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update \
18
19
############################################# Base image for Alpine #############################################
20
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
21
-FROM docker.io/library/nginx:1.21.5-alpine AS alpine
+FROM docker.io/library/nginx:1.21.6-alpine AS alpine
22
23
RUN apk add --no-cache libcap \
24
# temporary fix for CVE-2021-42374
0 commit comments