Bump the GO Version to 1.12.8 which contains security fixes
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ Also pin to -stretch Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
This commit is contained in:
parent
f79533d720
commit
4818e89751
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
ARG GO_VERSION=1.12.6
|
||||
ARG GO_VERSION=1.12.8
|
||||
|
||||
FROM golang:${GO_VERSION} as dev
|
||||
FROM golang:${GO_VERSION}-stretch as dev
|
||||
RUN apt-get update && apt-get -y install iptables \
|
||||
protobuf-compiler
|
||||
|
||||
|
|
Loading…
Reference in a new issue