Update nginx Docker tag to v1.19.0
This commit is contained in:
parent
2f2eeb7c1c
commit
3f119394e6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.18.0
|
||||
FROM nginx:1.19.0
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.18.0-alpine
|
||||
FROM nginx:1.19.0-alpine
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
Loading…
Reference in a new issue