Skip to content

Commit 1544439

Browse files
Update rust Docker tag to v1.86.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 8c5260b commit 1544439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG UBI_BASE_IMAGE_TAG=latest
33

44
## Rust builder ################################################################
55
# Specific debian version so that compatible glibc version is used
6-
FROM rust:1.84.0-bullseye AS rust-builder
6+
FROM rust:1.86.0-bullseye AS rust-builder
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)