Skip to content

Commit 907c10f

Browse files
authored
Merge pull request #22 from blinklabs-io/chore/deps-update-go
chore(deps): update go sha to latest for 1.19
2 parents 35d6690 + 0c02649 commit 907c10f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

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

4-
WORKDIR /app
4+
WORKDIR /code
55
COPY . .
66
RUN make build
77

88
FROM cgr.dev/chainguard/glibc-dynamic AS tx-submit-api-mirror
9-
COPY --from=0 /app/tx-submit-api-mirror /bin/
9+
COPY --from=0 /code/tx-submit-api-mirror /bin/
1010
ENTRYPOINT ["tx-submit-api-mirror"]

0 commit comments

Comments
 (0)