소스 검색

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