Skip to content

Commit 65b814a

Browse files
authoredApr 3, 2025··
fix: use rust 1.85 in build image (#5532)
Some of the rust components that are added to the build image need a newer rust version. Update the rust version used.
1 parent 5f6e66f commit 65b814a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile_build

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and verification, we can list the rust container as a prior build stage, and
55
# then pull in the artifacts we need. There is an added benefit that tagged versions
66
# also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.
7-
FROM rust:1.78 as RUSTBUILD
7+
FROM rust:1.85 as RUSTBUILD
88

99
FROM golang:1.24 as PKGCONFIG
1010
COPY go.mod go.sum /go/src/github.com/influxdata/flux/

0 commit comments

Comments
 (0)