Skip to content

Commit 60cba8a

Browse files
johanbrandhorstgopherbot
authored andcommitted
env: upgrade wazero version
The latest version of wazero contains a proposed fix for an I/O bug that is causing build failures. For golang/go#61043 Change-Id: Ifd7d5b0f6d36d52692b22faa85ecfd1a7d385781 Reviewed-on: https://go-review.googlesource.com/c/build/+/508875 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Johan Brandhorst-Satzkorn <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Johan Brandhorst-Satzkorn <[email protected]>
1 parent 3e27b43 commit 60cba8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/wasip1-wasm-wazero/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG REPO
77
FROM golang:latest as builder
88
LABEL maintainer="[email protected]"
99

10-
RUN go install github.com/tetratelabs/wazero/cmd/wazero@v1.2.1
10+
RUN go install github.com/tetratelabs/wazero/cmd/wazero@v1.3.0
1111

1212
FROM ${REPO}/linux-x86-sid:20221109
1313

0 commit comments

Comments
 (0)