From 212bfd9792bf2a322919e612793e451c98c55a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:50:12 +0000 Subject: [PATCH] Bump nginx from 1.27.2-alpine to 1.27.3-alpine in /web Bumps nginx from 1.27.2-alpine to 1.27.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 36f2f82e..04997c9f 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -8,7 +8,7 @@ COPY public public COPY src src RUN yarn build -FROM nginx:1.27.2-alpine +FROM nginx:1.27.3-alpine ENV DCTNA_API https://host.docker.internal:8443 COPY nginx/templates /etc/nginx/templates/ COPY --from=build /app/build /usr/share/nginx/html