Update nginx Docker tag to v1.19.1 (#10)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
8fff44e35e
commit
0f9ba3d70d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.19.0
|
||||
FROM nginx:1.19.1
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.19.0-alpine
|
||||
FROM nginx:1.19.1-alpine
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
Loading…
Reference in a new issue