Skip to content

Commit

Permalink
chore: update Rust version for spin-go-hello
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
  • Loading branch information
Mossaka committed Dec 16, 2024
1 parent 1564cb0 commit 59c2cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

---

[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.17.0s..HEAD>
[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.17.0..HEAD>
[v0.17.0]: https://github.com/spinkube/containerd-shim-spin/compare/v0.16.0...v0.17.0
[v0.16.0]: https://github.com/spinkube/containerd-shim-spin/compare/v0.15.1...v0.16.0
2 changes: 1 addition & 1 deletion images/spin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} rust:1.79 AS build
FROM --platform=${BUILDPLATFORM} rust:1.81 AS build
WORKDIR /opt/build
COPY . .
RUN rustup target add wasm32-wasi && cargo build --target wasm32-wasi --release
Expand Down

0 comments on commit 59c2cc7

Please sign in to comment.