Skip to content

Commit 4fa9a4d

Browse files
committed
Update rust, crates, UBI image version
1 parent 3a85a3e commit 4fa9a4d

File tree

4 files changed

+76
-70
lines changed

4 files changed

+76
-70
lines changed

Cargo.lock

Lines changed: 67 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Global Args #################################################################
2-
ARG BASE_UBI_MINIMAL_IMAGE_TAG=9.3-1552
3-
ARG PROTOC_VERSION=25.3
2+
ARG BASE_UBI_MINIMAL_IMAGE_TAG=9.3-1612
3+
ARG PROTOC_VERSION=26.0
44

55

66
## Rust builder ################################################################
77
# Specific debian version so that compatible glibc version is used
8-
FROM rust:1.76-bullseye as rust-builder
8+
FROM rust:1.77-bullseye as rust-builder
99
ARG PROTOC_VERSION
1010

1111
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

0 commit comments

Comments
 (0)