We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68d912 commit 2d3909bCopy full SHA for 2d3909b
linux/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.56-bullseye
+FROM rust:1.56.1-bullseye
2
3
# Fixed rust version to 12
4
ARG LLVM_VER=12
win/Dockerfile
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/windows/servercore:ltsc2019
ARG LLVM_VER=12.0.1
-ARG RUST_VER=1.56.0
+ARG RUST_VER=1.56.1
5
6
# Install VC++
7
0 commit comments