We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b3dc91 + c9d7611 commit 1c2f623Copy full SHA for 1c2f623
Dockerfile
@@ -3,7 +3,7 @@ ARG UBI_BASE_IMAGE_TAG=latest
3
4
## Rust builder ################################################################
5
# Specific debian version so that compatible glibc version is used
6
-FROM rust:1.84.0-bullseye AS rust-builder
+FROM rust:1.84.0 AS rust-builder
7
8
WORKDIR /app
9
0 commit comments