Skip to content

Commit c9aa849

Browse files
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: Ibcd77469969b51c34c1ae94d6a670a6e86025147 Reviewed-on: https://go-review.googlesource.com/c/build/+/512255 Reviewed-by: Heschi Kreinick <[email protected]> Run-TryBot: Johan Brandhorst-Satzkorn <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Johan Brandhorst-Satzkorn <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent e32031f commit c9aa849

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/[email protected].0
10+
RUN go install github.com/tetratelabs/wazero/cmd/[email protected].1
1111

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

0 commit comments

Comments
 (0)