Skip to content

Commit 637e364

Browse files
committed
fix zip src
1 parent 75bf7d4 commit 637e364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN cd avalanchego && \
2020
# ------------------------------------------------------------------------------
2121
FROM golang:1.22 AS rosetta
2222

23-
ARG ROSETTA_SRC=https://github.com/flare-foundation/flare-rosetta/archive/refs/heads/feature/main.zip
23+
ARG ROSETTA_SRC=https://github.com/flare-foundation/flare-rosetta/archive/refs/heads/main.zip
2424
ARG ROSETTA_SRC_ZIP_SUBFOLDER=flare-rosetta-main
2525

2626
WORKDIR /tmp

0 commit comments

Comments
 (0)