Skip to content

Commit

Permalink
tilt: fix wormchain deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Nov 30, 2024
1 parent 8b7d094 commit b07bcc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions wormchain/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target
bin
**/target
**/node_modules

build/config/gentx/
2 changes: 1 addition & 1 deletion wormchain/Dockerfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM const-gen AS const-export
FROM cosmwasm_artifacts AS artifacts

# Contract deployment stage
FROM node:16-buster-slim@sha256:93c9fc3550f5f7d159f282027228e90e3a7f8bf38544758024f005e82607f546
FROM node:20.13.1-buster-slim@sha256:8916ca78cc94933fdaef715531141c8a658bea61b89d7d88a1b2dcc0a1ae92f6

RUN apt update && apt install netcat curl jq -y

Expand Down

0 comments on commit b07bcc9

Please sign in to comment.