fix: build/runtime issues in Docker and scripts#1373
Merged
taariq merged 4 commits intopalomachain:masterfrom Sep 23, 2025
Merged
fix: build/runtime issues in Docker and scripts#1373taariq merged 4 commits intopalomachain:masterfrom
taariq merged 4 commits intopalomachain:masterfrom
Conversation
byte-bandit
approved these changes
Sep 23, 2025
Contributor
|
@gurza Merging is blocked due to lack of verified signatures. Will you please update the PR with verified github signatures? |
go.mod declares go 1.24.4, but docker base is go 1.23
966e5fb to
610b107
Compare
Contributor
Author
|
@taariq I've updated my commits with verified github signatures. The PR is now ready for review/merge. Check it please. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Github tickets
Background
This PR addresses several issues in our Dockerfile and chain setup script:
COPYtypo that caused build failuresgolang:1.24.4-bookwormto match thego.modrequirement (go 1.24.4)setup-chain-validator.shto honorPALOMA_CMDinstead of hardcodinggo runTogether, these changes make the Docker images build reliably, and ensure local chain setup works as expected.
Testing completed
N/A - no go source code was changed, only Dockerfile and script
verified that all Docker targets build successfully
Breaking changes
No breaking changes - this PR only fixes build/runtime issues in Docker and scripts.