update base image to latest(current 1.17.1) to use tls 1.3

The mainline nginx:latest is not compiled with openssl 1.1.1 for now, so, it doesn't support tls 1.3
but the nginx:alpine supports tls 1.3 for now.
This commit is contained in:
neilpang 2019-07-02 20:45:54 +08:00
parent 8c590fc68f
commit 3e4eb1e590
2 changed files with 2 additions and 2 deletions

View file

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

View file

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