Skip to content

Commit 59c2cc7

Browse files
committed
chore: update Rust version for spin-go-hello
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 1564cb0 commit 59c2cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5050

5151
---
5252

53-
[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.17.0s..HEAD>
53+
[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.17.0..HEAD>
5454
[v0.17.0]: https://github.com/spinkube/containerd-shim-spin/compare/v0.16.0...v0.17.0
5555
[v0.16.0]: https://github.com/spinkube/containerd-shim-spin/compare/v0.15.1...v0.16.0

images/spin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} rust:1.79 AS build
1+
FROM --platform=${BUILDPLATFORM} rust:1.81 AS build
22
WORKDIR /opt/build
33
COPY . .
44
RUN rustup target add wasm32-wasi && cargo build --target wasm32-wasi --release

0 commit comments

Comments
 (0)