We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bf7d4 commit 637e364Copy full SHA for 637e364
server/Dockerfile
@@ -20,7 +20,7 @@ RUN cd avalanchego && \
20
# ------------------------------------------------------------------------------
21
FROM golang:1.22 AS rosetta
22
23
-ARG ROSETTA_SRC=https://github.com/flare-foundation/flare-rosetta/archive/refs/heads/feature/main.zip
+ARG ROSETTA_SRC=https://github.com/flare-foundation/flare-rosetta/archive/refs/heads/main.zip
24
ARG ROSETTA_SRC_ZIP_SUBFOLDER=flare-rosetta-main
25
26
WORKDIR /tmp
0 commit comments