We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7878d5 commit 3b607a3Copy full SHA for 3b607a3
container/Dockerfile
@@ -1,5 +1,6 @@
1
# Rust toolchain is needed for librsvg
2
-FROM rust:stretch
+# TODO: 1.34.0 fails due to https://github.com/rust-lang/rust/issues/58277
3
+FROM rust:1.33.0-stretch
4
5
ARG ARCH=x86_64
6
ARG MESON_PATCH=https://raw.githubusercontent.com/libvips/build-win64-mxe/master/8.7/meson-3939.patch
0 commit comments