Merge pull request #2513 from thaJeztah/bump_golang_1.12.17
Dockerfile: update to Golang 1.12.17
This commit is contained in:
commit
c3cf1da916
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue