From ba08cbea129bd67fc9853cc2f9252369907c5f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 05:01:13 +0000 Subject: [PATCH] Bump nginx from 1.21.0-alpine to 1.21.1-alpine Bumps nginx from 1.21.0-alpine to 1.21.1-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 111d3ed5..eedd7281 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN yarn global add @vue/cli COPY . /app RUN yarn build -FROM nginx:1.21.0-alpine +FROM nginx:1.21.1-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80