We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6e66f commit 65b814aCopy full SHA for 65b814a
Dockerfile_build
@@ -4,7 +4,7 @@
4
# and verification, we can list the rust container as a prior build stage, and
5
# then pull in the artifacts we need. There is an added benefit that tagged versions
6
# also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.
7
-FROM rust:1.78 as RUSTBUILD
+FROM rust:1.85 as RUSTBUILD
8
9
FROM golang:1.24 as PKGCONFIG
10
COPY go.mod go.sum /go/src/github.com/influxdata/flux/
0 commit comments