From a994bb839dfded39435fcdd2651d2afdb2a305b9 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Fri, 30 Aug 2019 00:54:46 +0200 Subject: [PATCH] use latest version of alpine when building the Docker container Signed-off-by: Adam Dobrawy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25446be24..c16d1a342 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR $DISTRIBUTION_DIR COPY . $DISTRIBUTION_DIR RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked" -FROM alpine:3.9 +FROM alpine:3.10 RUN set -ex \ && apk add --no-cache ca-certificates apache2-utils