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