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