mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-08 22:55:27 +03:00
🌱 Upgrade golang docker container
Golang docker container upgrade.
This commit is contained in:
parent
7432e5e6f9
commit
6d9463bf60
@ -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.* ./
|
||||
|
@ -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.* ./
|
||||
|
Loading…
Reference in New Issue
Block a user