Skip to content

Commit a0a3b28

Browse files
kariyclaude
andcommitted
ci(docker): install sozo 1.7.0 via asdf
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f694280 commit a0a3b28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ RUN asdf plugin add scarb && \
123123
asdf install scarb 2.12.2 && \
124124
asdf set scarb 2.8.2
125125

126+
# Install sozo via asdf
127+
RUN asdf plugin add sozo https://github.com/dojoengine/asdf-sozo.git && \
128+
asdf install sozo 1.7.0 && \
129+
asdf set sozo 1.7.0
130+
126131
# Install caddy
127132
ARG TARGETPLATFORM
128133
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then \

0 commit comments

Comments
 (0)