diff --git a/Dockerfile b/Dockerfile index 08356e9c09..3edf5943c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY . . RUN npx ng build --configuration=custom ### STAGE 2: Setup -FROM nginx:1.27.0-alpine +FROM nginx:1.27.1-alpine # Copy our default nginx config COPY nginx/default.conf /etc/nginx/conf.d/