From be805f4600089e4e843411379df4fd97fa47e445 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 05:33:51 +0000 Subject: [PATCH] Bump nginx from 1.17.6-alpine to 1.17.8-alpine Bumps nginx from 1.17.6-alpine to 1.17.8-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0723be0..3b30bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17.6-alpine +FROM nginx:1.17.8-alpine LABEL MAINTAINER="BBT Software AG " ENV CHK_DOCKER_API_VERSION v1.38