From 98512a8bcfbeb8e31aea72234604ea550a7bcc3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 04:36:47 +0000 Subject: [PATCH] Bump library/nginx from 1.21.3-alpine to 1.21.4-alpine Bumps library/nginx from 1.21.3-alpine to 1.21.4-alpine. --- updated-dependencies: - dependency-name: library/nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a70f3732..55dd7fa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -210,7 +210,7 @@ RUN echo "deb-src http://nginx.org/packages/mainline/debian/ bullseye nginx" >> ### Base build 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.3-alpine AS build-nginx-alpine +FROM docker.io/library/nginx:1.21.4-alpine AS build-nginx-alpine RUN apk add --no-cache \ build-base \ pcre-dev \ @@ -238,7 +238,7 @@ RUN curl -sSL -O https://github.com/nginx/nginx/archive/release-${NGINX_VERSION} ### 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.3-alpine as nginx-alpine +FROM docker.io/library/nginx:1.21.4-alpine as nginx-alpine RUN apk add --no-cache libstdc++