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.
1 parent 9c961e4 commit 41cb221Copy full SHA for 41cb221
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