Przeglądaj źródła

Dockerfile: update nginx version

level101 2 lat temu
rodzic
commit
e57d87690e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -34,7 +34,7 @@ RUN yarn config set network-timeout 240000 -g && yarn install
 RUN  yarn release 
 
 # Web App Runner image
-FROM nginx:1.23.3-alpine
+FROM nginx:1.24.0-alpine3.17
 
 COPY --from=builder /data/static /usr/share/nginx/html