update to 1.17.8
This commit is contained in:
parent
b61b46d1c0
commit
21e5cd9d15
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM nginx:1.17.6
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
FROM nginx:1.17.8
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com,Constantin Wildförster constantin@wildfoerster.org"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
RUN apt-get update \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM nginx:1.17.6-alpine
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
FROM nginx:1.17.8-alpine
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com,Constantin Wildförster constantin@wildfoerster.org"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
RUN apk add --no-cache --virtual .run-deps \
|
||||
|
|
Loading…
Reference in a new issue