Skip to content

Commit

Permalink
Bump docker image used for rust build to 1.65 (#1396)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dgburr authored Jan 8, 2024
1 parent eeeea1c commit f99d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.61-slim-buster
FROM rust:1.65-slim-buster

ARG DEBIAN_FRONTEND=noninterative

Expand Down

0 comments on commit f99d2ef

Please sign in to comment.