diff --git a/Dockerfile b/Dockerfile index 44dca77..b5cfcd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17.8 +FROM nginx:1.17.10 LABEL maintainer="Jason Wilder mail@jasonwilder.com,Constantin Wildförster constantin@wildfoerster.org" # Install wget and install/updates certificates diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 8c8c2eb..bfe9d54 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM nginx:1.17.8-alpine +FROM nginx:1.17.10-alpine LABEL maintainer="Jason Wilder mail@jasonwilder.com,Constantin Wildförster constantin@wildfoerster.org" # Install wget and install/updates certificates