We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e556487 commit e614a03Copy full SHA for e614a03
docker/frontend/dev/Dockerfile
@@ -1,7 +1,7 @@
1
# since nginx image is bigger (143 lines), we're starting with it and adding node to it.
2
# Use an official nginx image
3
# from https://github.com/nginxinc/docker-nginx/blob/1d2e2ccae2f6e478f628f4091d8a5c36a122a157/mainline/alpine/Dockerfile
4
-FROM nginx:1.17-alpine
+FROM nginx:1.27-alpine
5
6
7
# "FROM node:9.3-alpine"
docker/frontend/prod/Dockerfile
0 commit comments