mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
alpine: Bump base to 3.11
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
3716b312f6
commit
2e0e0fb5e7
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.9 AS mirror
|
||||
FROM alpine:3.11 AS mirror
|
||||
|
||||
# update base image
|
||||
RUN apk update && apk upgrade -a
|
||||
@ -47,7 +47,7 @@ RUN mv /etc/apk/repositories /etc/apk/repositories.upstream && echo "/mirror" >
|
||||
COPY go-compile.sh /go/bin/
|
||||
RUN apk add --no-cache git go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
RUN go get -u github.com/golang/lint/golint
|
||||
RUN go get -u golang.org/x/lint/golint
|
||||
RUN go get -u github.com/gordonklaus/ineffassign
|
||||
RUN go get -u github.com/LK4D4/vndr
|
||||
|
||||
@ -89,7 +89,7 @@ RUN set -e && \
|
||||
cp iucode_tool /iucode_tool; \
|
||||
fi
|
||||
|
||||
FROM alpine:3.9
|
||||
FROM alpine:3.11
|
||||
|
||||
COPY --from=mirror /etc/apk/repositories /etc/apk/repositories
|
||||
COPY --from=mirror /etc/apk/repositories.upstream /etc/apk/repositories.upstream
|
||||
|
@ -66,7 +66,6 @@ libc-utils
|
||||
libc6-compat
|
||||
libcap-ng-dev
|
||||
libedit-dev
|
||||
libelf-dev
|
||||
libressl-dev
|
||||
libseccomp-dev
|
||||
libtirpc-dev
|
||||
|
Loading…
Reference in New Issue
Block a user