From aea3892fd02c15d044268485944caf968d449594 Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Wed, 8 Nov 2023 11:30:54 +0100 Subject: [PATCH] dockerfile updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b85de2e5..e6950a5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN npm run ng build -- --configuration="prod" --output-path=dist --base-href=". ### STAGE 2: Setup ### -FROM nginx:1.14.1-alpine +FROM nginx:14.21.2-alpine ## Copy our default nginx config COPY nginx.conf /etc/nginx/nginx.conf