Merge pull request #2946 from tariq1890/upd_alpine
use latest version of alpine when building the Docker container
This commit is contained in:
commit
79f6bcbe16
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ WORKDIR $DISTRIBUTION_DIR
|
||||||
COPY . $DISTRIBUTION_DIR
|
COPY . $DISTRIBUTION_DIR
|
||||||
RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked"
|
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 \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates apache2-utils
|
||||||
|
|
Loading…
Reference in a new issue