We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35d6690 + 0c02649 commit 907c10fCopy full SHA for 907c10f
Dockerfile
@@ -1,10 +1,10 @@
1
-# go:1.19 on 20230706
2
-FROM cgr.dev/chainguard/go@sha256:13a12452e39525bf71ca9bee362fcaccd933952960391a601676e55406b6fc2f AS build
+# go:1.19 on 20230712
+FROM cgr.dev/chainguard/go@sha256:c52c640eaaa1c5032d9eaa25e81e8ab0b7543d0ab1e2c09a0baec98e28620c9c AS build
3
4
-WORKDIR /app
+WORKDIR /code
5
COPY . .
6
RUN make build
7
8
FROM cgr.dev/chainguard/glibc-dynamic AS tx-submit-api-mirror
9
-COPY --from=0 /app/tx-submit-api-mirror /bin/
+COPY --from=0 /code/tx-submit-api-mirror /bin/
10
ENTRYPOINT ["tx-submit-api-mirror"]
0 commit comments