Skip to content

Commit

Permalink
Merge pull request #126 from blinklabs-io/chore/deps-use-blink-go
Browse files Browse the repository at this point in the history
chore(deps): use blinklabs-io/go for image build
  • Loading branch information
wolf31o2 authored Aug 9, 2023
2 parents 4dc1acf + 727d06f commit ea29945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# go:1.19 on 20230712
FROM cgr.dev/chainguard/go@sha256:c52c640eaaa1c5032d9eaa25e81e8ab0b7543d0ab1e2c09a0baec98e28620c9c AS build
FROM ghcr.io/blinklabs-io/go:1.19.12-1 AS build

WORKDIR /code
COPY . .
Expand Down

0 comments on commit ea29945

Please sign in to comment.