Skip to content

Commit 1e31b0b

Browse files
authored
Merge pull request #20 from blinklabs-io/chore/deps-pin-go
chore(deps): pin go builder image sha
2 parents e8a29de + 4477043 commit 1e31b0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
FROM cgr.dev/chainguard/go:1.19
1+
# go:1.19 on 20230706
2+
FROM cgr.dev/chainguard/go@sha256:13a12452e39525bf71ca9bee362fcaccd933952960391a601676e55406b6fc2f AS build
3+
24
WORKDIR /app
35
COPY . .
46
RUN make build
57

6-
FROM cgr.dev/chainguard/glibc-dynamic
8+
FROM cgr.dev/chainguard/glibc-dynamic AS tx-submit-api-mirror
79
COPY --from=0 /app/tx-submit-api-mirror /bin/
810
ENTRYPOINT ["tx-submit-api-mirror"]

0 commit comments

Comments
 (0)