Merge pull request #2991 from ad-m/patch-1

use latest version of alpine when building the Docker container
This commit is contained in:
Derek McGowan 2019-10-24 15:54:08 -07:00 committed by GitHub
commit dee21c0394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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