Browse Source

Use nginx 1.17.3

Lorenzo Cameroni 5 năm trước cách đây
mục cha
commit
a4cc268628
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.alpine

+ 1 - 1
Dockerfile

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

+ 1 - 1
Dockerfile.alpine

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