From 9b28a73de42bd463098a37c32ab6fde70e91f345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 06:25:31 +0200 Subject: [PATCH] chore(deps): bump nginx from 1.19.1 to 1.19.2 (#46) Bumps nginx from 1.19.1 to 1.19.2. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27b0844..9b7d17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go build -ldflags '-w -s -extldflags "-static"' -o /healthchec # # image used to copy our official nginx binaries -FROM nginx:1.19.1 AS base +FROM nginx:1.19.2 AS base # create empty index page RUN echo 'Hello world' > /index.html