From 16808f012d98f30c20baec570be4cbcd1962f15b Mon Sep 17 00:00:00 2001 From: Jonathan Juares Beber Date: Tue, 5 Jan 2021 08:46:19 +0100 Subject: [PATCH] Switch to compliant base image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use compliant base image according to our tech rules of play: - KDP-1: use an approved Docker base image and version from the list of allowed Docker Base Images under the pierone namespace ‘library’. Signed-off-by: Jonathan Juares Beber --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9824a6..0b9eab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.opensource.zalan.do/stups/alpine:latest +FROM registry.opensource.zalan.do/library/alpine-3.12:latest MAINTAINER Team Teapot @ Zalando SE # add binary