mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-06 16:46:57 +00:00
chore(deps): update golang docker tag to v1.19 (#196)
This commit is contained in:
committed by
GitHub
parent
b58e752378
commit
11203e8546
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18@sha256:5540a6a6b3b612c382accc545b3f6702de21e77b15d89ad947116c94b5f42993 AS base
|
||||
FROM golang:1.19@sha256:4eb9ffc8fa980d304aa8d24e00142470538be4cd459717a71495ea11467df124 AS base
|
||||
WORKDIR /src
|
||||
ENV CGO_ENABLED=0
|
||||
COPY . ./
|
||||
|
||||
Reference in New Issue
Block a user