From 485083033ad2f292d9c5add688dae4a08460b279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:09:04 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.21.6-alpine to 1.23.2-alpine Bumps nginx from 1.21.6-alpine to 1.23.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1abe43ace7..45361c7dc6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # do stuff to build to /app/build, to copy to step 2 # Step 2: Deploy -FROM nginx:1.21.6-alpine AS production +FROM nginx:1.23.2-alpine AS production # copy built assets created from external build-step COPY ./build /usr/share/nginx/html