From b698f4ba18872344b962a95a655b4cb8bf047b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 19:06:57 +0000 Subject: [PATCH] Bump nginx from 1.19.3 to 1.19.9 Bumps nginx from 1.19.3 to 1.19.9. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8dfc682..f137299 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN go get -v ./... && \ CGO_ENABLED=0 GOOS=linux go build -o forego . # Build the final image -FROM nginx:1.19.3 +FROM nginx:1.19.9 LABEL maintainer="Jason Wilder mail@jasonwilder.com" # Install wget and install/updates certificates diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 55f3912..92c19b6 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -42,7 +42,7 @@ RUN go get -v ./... && \ CGO_ENABLED=0 GOOS=linux go build -o forego . # Build the final image -FROM nginx:1.19.3-alpine +FROM nginx:1.19.9-alpine LABEL maintainer="Jason Wilder mail@jasonwilder.com" # Install wget and install/updates certificates