Test using @renovate-bot to auto trigger builds (#8)
* Update docker file to version 1.18.0 * Update Dockerfile.alpine
This commit is contained in:
parent
a9036d7d44
commit
7ef64c0bdc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:stable
|
||||
FROM nginx:1.18.0
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:stable-alpine
|
||||
FROM nginx:1.18.0-alpine
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
|
|||
Loading…
Reference in a new issue