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