From 64616e89efcf5235b22dc45cf530714db79351de Mon Sep 17 00:00:00 2001 From: Rune Johansen <6797636+runejo@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:39:47 +0100 Subject: [PATCH] Use a more presise image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0831fc3..a4f6b7ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npx nx reset RUN npm run build # production environment -FROM nginxinc/nginx-unprivileged:1.27-alpine3.20 +FROM nginxinc/nginx-unprivileged:1.27.2-alpine3.20 COPY --from=build /app/dist/apps/pxweb2 /usr/share/nginx/html COPY nginx/conf.d/default.conf /etc/nginx/conf.d EXPOSE 8080