Переглянути джерело

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