Skip to content

Commit

Permalink
bump sn version in github workflow and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lana-shanghai committed Jan 29, 2025
1 parent a075e51 commit 2b45c67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.9.1"
scarb-version: "2.9.2"

- name: Check cairo format
run: scarb fmt --check
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.9.1"
scarb-version: "2.9.2"

- name: Set up SNForge
uses: foundry-rs/setup-snfoundry@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.9.1
scarb 2.9.2
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile.inscriber
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.23.1-alpine
RUN apk add --no-cache bash curl git jq yq ncurses

SHELL ["/bin/bash", "-c"]
# RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v 2.9.1
# RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v 2.9.2
RUN curl https://get.starkli.sh | sh && \
source /root/.starkli/env && \
starkliup
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile.inscriber.prod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 golang:1.23.1-alpine
RUN apk add --no-cache bash curl git jq yq ncurses

SHELL ["/bin/bash", "-c"]
# RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v 2.9.1
# RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v 2.9.2
RUN curl https://get.starkli.sh | sh && \
source /root/.starkli/env && \
starkliup
Expand Down

0 comments on commit 2b45c67

Please sign in to comment.