Browse Source

Merge pull request #2513 from thaJeztah/bump_golang_1.12.17

Dockerfile: update to Golang 1.12.17
elangovan sivanandam 5 năm trước cách đây
mục cha
commit
c3cf1da916
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libnetwork/Dockerfile

+ 1 - 1
libnetwork/Dockerfile

@@ -1,4 +1,4 @@
-ARG GO_VERSION=1.12.12
+ARG GO_VERSION=1.12.17
 
 FROM golang:${GO_VERSION}-buster as dev
 RUN apt-get update && apt-get -y install iptables \