From 73aa96eea864d425443a137f0e73dd78c66be35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 05:06:00 +0000 Subject: [PATCH] Bump nginx from 1.19.10-alpine to 1.21.0-alpine Bumps nginx from 1.19.10-alpine to 1.21.0-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7e66dc4..16bab6f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN yarn global add @vue/cli COPY . /app RUN yarn build -FROM nginx:1.19.10-alpine +FROM nginx:1.21.0-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80