commit with the correct email

This commit is contained in:
Annegies van 't Zand 2020-03-31 07:46:44 +02:00
parent 679f71aa32
commit aa9d4cdc92

View File

@ -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 <team-teapot@zalando.de>"
RUN apk add --no-cache ca-certificates && \