From a07b0cec4bf3db24dbc49dfb89cc401415beb8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 01:29:57 -0500 Subject: [PATCH] Bump library/nginx from 1.21.6-alpine to 1.23.0-alpine (#285) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd1c80ca..173cb5a0 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.6-alpine AS build-nginx-alpine +FROM docker.io/library/nginx:1.23.0-alpine AS build-nginx-alpine RUN apk add --no-cache \ build-base \ pcre2-dev \ @@ -238,7 +238,7 @@ RUN curl -fsSL -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.6-alpine as nginx-alpine +FROM docker.io/library/nginx:1.23.0-alpine as nginx-alpine RUN apk add --no-cache libstdc++