Skip to content

Commit 3e260b9

Browse files
committed
chore(deps): use blinklabs-io/go for image build
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 2962810 commit 3e260b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# go:1.19 on 20230712
2-
FROM cgr.dev/chainguard/go@sha256:c52c640eaaa1c5032d9eaa25e81e8ab0b7543d0ab1e2c09a0baec98e28620c9c AS build
1+
FROM ghcr.io/blinklabs-io/go:1.19.12-1 AS build
32

43
WORKDIR /code
54
COPY . .

0 commit comments

Comments
 (0)