Skip to content

Commit

Permalink
fix: Fix the Dockerfile.deprecated which wasnt building (#570)
Browse files Browse the repository at this point in the history
* Update Dockerfile.deprecated

* Update CHANGELOG.md

---------

Signed-off-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
  • Loading branch information
spoo-bar authored May 20, 2024
1 parent 68f8e29 commit 42f51f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ publish proto files to buf.build
### Removed

### Fixed
- [#570](https://github.com/archway-network/archway/pull/570) - Fix the Docker.deprecated file to build
- [#569](https://github.com/archway-network/archway/pull/569) - Audit remidiations for x/cwerrors and x/cwica

### Improvements
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

0 comments on commit 42f51f0

Please sign in to comment.