From ff1aff5078cf816ca8399616cc757d924ad109f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:21:16 +0000 Subject: [PATCH] docker: ui: bump nginx from 1.25.2-alpine to 1.25.3-alpine in /ui Bumps nginx from 1.25.2-alpine to 1.25.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Dockerfile b/ui/Dockerfile index 641673c72da..fc5af4fd349 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -41,7 +41,7 @@ COPY --from=base /app/node_modules ./node_modules RUN npm run build -FROM nginx:1.25.2-alpine as production +FROM nginx:1.25.3-alpine as production RUN rm /etc/nginx/conf.d/default.conf COPY ui/nginx.conf /etc/nginx/conf.d