update to 1.17.8

This commit is contained in:
Constantin Wildförster 2020-02-04 16:34:09 +01:00
parent b61b46d1c0
commit 21e5cd9d15
2 changed files with 4 additions and 4 deletions

View file

@ -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 \

View file

@ -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 \