Merge pull request #2513 from thaJeztah/bump_golang_1.12.17

Dockerfile: update to Golang 1.12.17
This commit is contained in:
elangovan sivanandam 2020-02-26 18:06:17 -05:00 committed by GitHub
commit c3cf1da916
1 changed files with 1 additions and 1 deletions

View File

@ -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 \