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 e8a29de + 4477043 commit 1e31b0bCopy full SHA for 1e31b0b
Dockerfile
@@ -1,8 +1,10 @@
1
-FROM cgr.dev/chainguard/go:1.19
+# go:1.19 on 20230706
2
+FROM cgr.dev/chainguard/go@sha256:13a12452e39525bf71ca9bee362fcaccd933952960391a601676e55406b6fc2f AS build
3
+
4
WORKDIR /app
5
COPY . .
6
RUN make build
7
-FROM cgr.dev/chainguard/glibc-dynamic
8
+FROM cgr.dev/chainguard/glibc-dynamic AS tx-submit-api-mirror
9
COPY --from=0 /app/tx-submit-api-mirror /bin/
10
ENTRYPOINT ["tx-submit-api-mirror"]
0 commit comments