Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Contains all the PRs that improved the code without changing the behaviors.
### Removed

### Fixed
- [#570](https://github.com/archway-network/archway/pull/570) - Fix the Docker.deprecated file to build

### Improvements
- [#567](https://github.com/archway-network/archway/pull/567) - Remove redundant params fetching in SaveCallback
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deprecated
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.5-alpine3.17 AS go-builder
FROM golang:1.21.10-alpine3.19 AS go-builder
# arch can be either x86_64 for amd64 or aarch64 for arm
ARG arch=x86_64
ARG libwasmvm_version=v1.5.2
Expand Down