Skip to content

Commit f99d2ef

Browse files
authored
Bump docker image used for rust build to 1.65 (#1396)
This solves the following error message: error: failed to compile `sbp2json v5.0.4-alpha (https://github.com/swift-nav/libsbp.git#b9860dc1)`, intermediate artifacts can be found at `/tmp/cargo-installVrmlST` Caused by: package `regex v1.10.2` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.61.0
1 parent eeeea1c commit f99d2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.61-slim-buster
1+
FROM rust:1.65-slim-buster
22

33
ARG DEBIAN_FRONTEND=noninterative
44

0 commit comments

Comments
 (0)