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
|
FROM nginx:1.17.8
|
||||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
LABEL maintainer="Jason Wilder mail@jasonwilder.com,Constantin Wildförster constantin@wildfoerster.org"
|
||||||
|
|
||||||
# Install wget and install/updates certificates
|
# Install wget and install/updates certificates
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM nginx:1.17.6-alpine
|
FROM nginx:1.17.8-alpine
|
||||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
LABEL maintainer="Jason Wilder mail@jasonwilder.com,Constantin Wildförster constantin@wildfoerster.org"
|
||||||
|
|
||||||
# Install wget and install/updates certificates
|
# Install wget and install/updates certificates
|
||||||
RUN apk add --no-cache --virtual .run-deps \
|
RUN apk add --no-cache --virtual .run-deps \
|
||||||
|
|
Loading…
Reference in a new issue