Parcourir la source

Dockerfile: switch to debian "buster"

Debian Buster is now the current "stable", and will be the default
baseimage for Golang images going forward.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn il y a 5 ans
Parent
commit
c18a3a075e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libnetwork/Dockerfile

+ 1 - 1
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