use latest version of alpine when building the Docker container

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
This commit is contained in:
Tariq Ibrahim 2019-06-19 22:20:58 -07:00
parent 84f47e7bb3
commit 45b2d0498d
No known key found for this signature in database
GPG Key ID: DFC94E4A008B908A
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,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.8
FROM alpine:3.9
RUN set -ex \
&& apk add --no-cache ca-certificates apache2-utils