Skip to content

Commit 0df10ad

Browse files
Update rust Docker tag to v1.91.0
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent ed4b986 commit 0df10ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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 AS rust-builder
6+
FROM rust:1.91.0 AS rust-builder
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)