From e0a595ded086392f5c470354a5014d5ddc8d0abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 20:16:26 -0800 Subject: [PATCH] Bump library/nginx from 1.21.5-alpine to 1.21.6-alpine in /build (#2387) Bumps library/nginx from 1.21.5-alpine to 1.21.6-alpine. --- updated-dependencies: - dependency-name: library/nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 4d11c3bc85..e6baecc6ec 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update \ ############################################# Base image for Alpine ############################################# # docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian -FROM docker.io/library/nginx:1.21.5-alpine AS alpine +FROM docker.io/library/nginx:1.21.6-alpine AS alpine RUN apk add --no-cache libcap \ # temporary fix for CVE-2021-42374