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.
1 parent b55ccc0 commit 0918cddCopy full SHA for 0918cdd
build/dockerfiles/bridgehistoryapi-db-cli.Dockerfile
@@ -1,5 +1,5 @@
1
# Download Go dependencies
2
-FROM golang:1.21-alpine3.19 as base
+FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as base
3
4
WORKDIR /src
5
COPY ./bridge-history-api/go.* ./
build/dockerfiles/db_cli.Dockerfile
-FROM scrolltech/go-alpine-builder:1.21 as base
COPY go.work* ./
0 commit comments