mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-19 23:57:15 +00:00
Update alpine base image to 3.11.3
Note I'm pinning the minor version here, otherwise it can vary depending on what's on your machine when you build.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.7
|
||||
FROM alpine:3.11.3
|
||||
WORKDIR /home/weave
|
||||
RUN apk add --no-cache bash conntrack-tools iproute2 util-linux curl
|
||||
COPY ./scope /home/weave/
|
||||
|
||||
Reference in New Issue
Block a user