From e27260ee5ec91737aae4b1d023b6621ea85bf8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 17:31:44 +0000 Subject: [PATCH] Bump library/nginx from 1.19.9-alpine to 1.19.10-alpine in /build Bumps library/nginx from 1.19.9-alpine to 1.19.10-alpine. Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 05fda0c05f..ec63bc2e94 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,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.19.9-alpine AS alpine +FROM docker.io/library/nginx:1.19.10-alpine AS alpine RUN apk add --no-cache libcap \ && rm -rf /var/cache/apk/*