Browse 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 5 năm trước cách đây
mục cha
commit
c18a3a075e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libnetwork/Dockerfile

+ 1 - 1
libnetwork/Dockerfile

@@ -1,6 +1,6 @@
 ARG GO_VERSION=1.12.12
 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 \
 RUN apt-get update && apt-get -y install iptables \
 		protobuf-compiler
 		protobuf-compiler