Selaa lähdekoodia

Use nginx latest version

Jiazhen Xie 5 vuotta sitten
vanhempi
commit
16169a0f74
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.alpine

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM nginx:1.14.1
+FROM nginx:1.17.2
 LABEL maintainer="Jason Wilder mail@jasonwilder.com"
 
 # Install wget and install/updates certificates

+ 1 - 1
Dockerfile.alpine

@@ -1,4 +1,4 @@
-FROM nginx:1.14.1-alpine
+FROM nginx:1.17.2-alpine
 LABEL maintainer="Jason Wilder mail@jasonwilder.com"
 
 # Install wget and install/updates certificates