浏览代码

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 年之前
父节点
当前提交
c18a3a075e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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