Skip to content

Commit

Permalink
Merge pull request distribution#2991 from ad-m/patch-1
Browse files Browse the repository at this point in the history
 use latest version of alpine when building the Docker container
  • Loading branch information
dmcgowan authored Oct 24, 2019
2 parents ae2e973 + a994bb8 commit dee21c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dee21c0

Please sign in to comment.