diff --git a/libnetwork/Dockerfile b/libnetwork/Dockerfile index 42105dfa9c..2dddbbff23 100644 --- a/libnetwork/Dockerfile +++ b/libnetwork/Dockerfile @@ -1,6 +1,6 @@ ARG GO_VERSION=1.12.12 -FROM golang:${GO_VERSION}-stretch as dev +FROM golang:${GO_VERSION}-buster as dev RUN apt-get update && apt-get -y install iptables \ protobuf-compiler