Skip to content

Commit ca112aa

Browse files
committed
chore(deps): pin go builder image sha
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 7a26529 commit ca112aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM cgr.dev/chainguard/go:1.19 AS build
1+
# go:1.19 on 20230706
2+
FROM cgr.dev/chainguard/go@sha256:13a12452e39525bf71ca9bee362fcaccd933952960391a601676e55406b6fc2f AS build
23

34
WORKDIR /code
45
COPY . .

0 commit comments

Comments
 (0)