From aa9d4cdc9212e1abc7a529e48ba2d434f08d3a9f Mon Sep 17 00:00:00 2001 From: Annegies van 't Zand Date: Tue, 31 Mar 2020 07:46:44 +0200 Subject: [PATCH] commit with the correct email --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b31170b86c..9665328acb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN go mod vendor && \ make build # final image -FROM alpine:3.11 +FROM alpine:3.11.5 LABEL maintainer="Team Teapot @ Zalando SE " RUN apk add --no-cache ca-certificates && \