tools: Switch the Alpine base image to Alpine 3.6

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-05-26 13:04:02 +01:00
parent a1d96f23a9
commit 977a2eb0ff
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:edge AS mirror
FROM alpine:3.6 AS mirror
# update base image
RUN apk update && apk upgrade -a
@ -33,7 +33,7 @@ RUN go get -u github.com/golang/lint/golint
RUN go get -u github.com/gordonklaus/ineffassign
RUN go get -u github.com/LK4D4/vndr
FROM alpine:edge
FROM alpine:3.6
COPY --from=mirror /etc/apk/repositories /etc/apk/repositories
COPY --from=mirror /etc/apk/keys /etc/apk/keys/

View File

@ -2,7 +2,7 @@
ORG?=linuxkit
IMAGE=alpine
BASE=alpine:edge
BASE=alpine:3.6
default: push

View File

@ -108,7 +108,7 @@ libseccomp-dev-2.3.2-r0
libsmartcols-2.28.2-r2
libssh2-1.8.0-r1
libstdc++-6.3.0-r4
libtasn1-4.10-r0
libtasn1-4.10-r1
libtirpc-1.0.1-r1
libunistring-0.9.7-r0
libusb-1.0.21-r0