🌱 Upgrade golang docker container

Golang docker container upgrade.
This commit is contained in:
naveen 2021-04-02 00:30:55 +00:00 committed by Naveen
parent 7432e5e6f9
commit 6d9463bf60
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
FROM golang:1.16 as base
FROM golang:1.16.2 as base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./

View File

@ -1,3 +1,4 @@
# syntax = docker/dockerfile:1-experimental
# Copyright 2020 Security Scorecard Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -12,9 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# syntax = docker/dockerfile:1-experimental
FROM golang:1.16 as base
FROM golang:1.16.2 as base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./