Skip to content

Commit a40bc36

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

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.85.1-bullseye AS rust-builder
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)