From 0caa143f4216914759b50251ead17595f7a73364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:58:39 +0200 Subject: [PATCH] chore(deps): bump nginx from 1.27.0-alpine to 1.27.2-alpine in /release in the docker group across 1 directory (#103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Żółtowski --- release/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Dockerfile b/release/Dockerfile index 824ba35..136e840 100644 --- a/release/Dockerfile +++ b/release/Dockerfile @@ -24,7 +24,7 @@ RUN yarn run build # App final stage # serving the production build -FROM --platform=$TARGETPLATFORM nginx:1.27.0-alpine +FROM --platform=$TARGETPLATFORM nginx:1.27.2-alpine # We need some custom nginx configuration, which we import here COPY release/nginx.default.conf /etc/nginx/conf.d/default.conf