Skip to content

Commit

Permalink
Fix Go Version w/ Ignite
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 20, 2024
1 parent b14bbb5 commit d64bb6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wormchain/Dockerfile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ COPY --from=ignite-go-build /wh/apps/wormchain/x/ibc-composability-mw/types /x/i

## VUE BUILDER STAGE
FROM wormchain-builder AS ignite-vue-build
# Ignite only likes minor versions in go.mod
RUN sed -i 's/go 1.22.5/go 1.22/g' go.mod
RUN NODE_OPTIONS="" ignite generate vuex


Expand Down

0 comments on commit d64bb6c

Please sign in to comment.