From 24c2baa32c40130f1f42199d4f1ac70708db1259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 03:47:22 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.27.0-alpine to 1.27.2-alpine Bumps nginx from 1.27.0-alpine to 1.27.2-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 cd995da0..c2b94534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . /app RUN pnpm run build -FROM nginx:1.27.0-alpine +FROM nginx:1.27.2-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80