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:
parent
8c590fc68f
commit
3e4eb1e590
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue