Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 2191d35

Browse files
authored
chore: update spin-outbound-redis rust version (#142)
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 1aacc97 commit 2191d35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

images/spin-outbound-redis/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/spin-outbound-redis/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.63 AS build
1+
FROM --platform=${BUILDPLATFORM} rust:1.72 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)