diff --git a/libnetwork/Dockerfile b/libnetwork/Dockerfile index 89302519b1..42105dfa9c 100644 --- a/libnetwork/Dockerfile +++ b/libnetwork/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.12.8 +ARG GO_VERSION=1.12.12 FROM golang:${GO_VERSION}-stretch as dev RUN apt-get update && apt-get -y install iptables \