Skip to content

Commit 4a5a218

Browse files
tulerendersonmaia
authored andcommitted
fixup! feat(sdk): add cartesi-rollups-graphql binary
1 parent 18eb15a commit 4a5a218

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/sdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ FROM base AS graphql
7878
ARG CARTESI_ROLLUPS_GRAPHQL_VERSION
7979
ARG TARGETOS
8080
ARG TARGETARCH
81-
RUN curl -fsSL https://github.com/Calindra/cartesi-rollups-graphql/releases/download/v${CARTESI_ROLLUPS_GRAPHQL_VERSION}/cartesi-rollups-graphql-v${CARTESI_ROLLUPS_GRAPHQL_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz \
81+
RUN curl -fsSL https://github.com/cartesi/rollups-graphql/releases/download/v${CARTESI_ROLLUPS_GRAPHQL_VERSION}/rollups-graphql-v${CARTESI_ROLLUPS_GRAPHQL_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz \
8282
| tar -xzf - -C /usr/local/bin
8383

8484
################################################################################
@@ -153,7 +153,7 @@ COPY --from=su-exec /usr/local/src/su-exec /usr/local/bin/
153153
COPY --from=crane /usr/local/bin/crane /usr/local/bin/
154154
COPY --from=devnet /usr/local/lib/node_modules/@cartesi/devnet/export/abi/localhost.json /usr/share/cartesi/
155155
COPY --from=devnet /usr/local/lib/node_modules/@cartesi/devnet/build/anvil_state.json /usr/share/cartesi/
156-
COPY --from=graphql /usr/local/bin/cartesi-rollups-graphql /usr/local/bin/
156+
COPY --from=graphql /usr/local/bin/rollups-graphql /usr/local/bin/cartesi-rollups-graphql
157157
RUN mkdir -p /tmp/.cartesi && chmod 1777 /tmp/.cartesi
158158

159159
# Install cartesi-machine emulator

packages/sdk/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ target "default" {
1616
NODEJS_VERSION = "18.19.0"
1717
SU_EXEC_VERSION = "0.2"
1818
ANVIL_VERSION = "2044faec64f99a21f0e5f0094458a973612d0712"
19-
CARTESI_ROLLUPS_GRAPHQL_VERSION = "2.1.1"
19+
CARTESI_ROLLUPS_GRAPHQL_VERSION = "2.2.2"
2020
}
2121
}

0 commit comments

Comments
 (0)