From 2e9a249850e0bf593b97a79e26edea21275ef501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:54:21 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.25.2-alpine to 1.25.3-alpine 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2238f9211..23b8d63c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN pnpm install --frozen-lockfile && pnpm build #------------- -FROM nginx:1.25.2-alpine +FROM nginx:1.25.3-alpine COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/dist /usr/share/nginx/html