From 20aea32e534b8f8405df5857b44d72a1f8d08b8b Mon Sep 17 00:00:00 2001 From: Rune Johansen Date: Tue, 26 Nov 2024 12:47:29 +0100 Subject: [PATCH] Use a more presise image tag (#354) Co-authored-by: Rune Johansen <6797636+runejo@users.noreply.github.com> --- 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