From 85abeb09228d49d277b5d99822bd381e23acecbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 04:09:26 +0000 Subject: [PATCH] feat(Dependencies): Update nginx Docker tag to v1.27.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.27.0 | 1.27.1 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08356e9c09..3edf5943c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY . . RUN npx ng build --configuration=custom ### STAGE 2: Setup -FROM nginx:1.27.0-alpine +FROM nginx:1.27.1-alpine # Copy our default nginx config COPY nginx/default.conf /etc/nginx/conf.d/