From ae5623916b06d09e8c552779f40af0c752fd90db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:28:15 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.19.10 to 1.21.0 Bumps nginx from 1.19.10 to 1.21.0. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 03b5bf1..3c78ba0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN git clone https://github.com/nginx-proxy/forego/ \ && rm -rf /go/forego # Build the final image -FROM nginx:1.19.10 +FROM nginx:1.21.0 LABEL maintainer="Nicolas Duchon (@buchdag)" # Install wget and install/updates certificates diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 4214baa..9277300 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -37,7 +37,7 @@ RUN git clone https://github.com/nginx-proxy/forego/ \ && rm -rf /go/forego # Build the final image -FROM nginx:1.19.10-alpine +FROM nginx:1.21.0-alpine LABEL maintainer="Nicolas Duchon (@buchdag)" # Install wget and install/updates certificates