Explorar o código

chore: Bump nginx version to newest (#3811)

Bump nginx version to newest.
Denys Holius %!s(int64=4) %!d(string=hai) anos
pai
achega
e7cbb859f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ ARG NODE_ENV=production
 COPY . .
 RUN yarn build:app:docker
 
-FROM nginx:1.17-alpine
+FROM nginx:1.21-alpine
 
 COPY --from=build /opt/node_app/build /usr/share/nginx/html