Skip to content

Commit

Permalink
Prepare v0.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Jul 28, 2024
1 parent 431de9f commit 508dcbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ RUN \
echo $WORLD_ADDRESS && \
mkdir -p /pixelaw/storage_init/$WORLD_ADDRESS && \
cp out/dev/genesis.json /pixelaw/storage_init/$WORLD_ADDRESS/genesis.json && \
cp manifests/dev/deployment/manifest.json /pixelaw/storage_init/$WORLD_ADDRESS/manifest.json && \
cp out/dev/katana_db.zip /pixelaw/storage_init/$WORLD_ADDRESS/katana_db.zip && \
cp out/dev/torii.sqlite.zip /pixelaw/storage_init/$WORLD_ADDRESS/torii.sqlite.zip && \
rm -rf out/dev
Expand All @@ -109,7 +110,7 @@ RUN \


# Stage 2: Put the webapp files in place
FROM ghcr.io/pixelaw/web:0.3.9 AS web
FROM ghcr.io/pixelaw/web:0.3.10 AS web

FROM ghcr.io/pixelaw/server:0.3.19 AS server

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.32
0.3.33
4 changes: 2 additions & 2 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version = 1
[[package]]
name = "dojo"
version = "0.7.3"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.2#8a1a652d9ea06f141645316f22e3916a148403ec"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.3#a6a7724380169372336e886fb36f31f56e7d0d8a"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_plugin"
version = "0.7.3"
source = "git+https://github.com/dojoengine/dojo?rev=d90b52b#d90b52b89749ac8af82f352dc08aa0b1378cfae6"
source = "git+https://github.com/dojoengine/dojo?rev=71b1f1a4#71b1f1a467534cbeeb901356f41e612ed4187bd1"

[[package]]
name = "pixelaw"
Expand Down

0 comments on commit 508dcbb

Please sign in to comment.