Skip to content

Commit

Permalink
Update rust, crates, UBI image version
Browse files Browse the repository at this point in the history
  • Loading branch information
njhill committed Mar 22, 2024
1 parent 3a85a3e commit 4fa9a4d
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 70 deletions.
126 changes: 67 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Global Args #################################################################
ARG BASE_UBI_MINIMAL_IMAGE_TAG=9.3-1552
ARG PROTOC_VERSION=25.3
ARG BASE_UBI_MINIMAL_IMAGE_TAG=9.3-1612
ARG PROTOC_VERSION=26.0


## Rust builder ################################################################
# Specific debian version so that compatible glibc version is used
FROM rust:1.76-bullseye as rust-builder
FROM rust:1.77-bullseye as rust-builder
ARG PROTOC_VERSION

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
Expand Down
Loading

0 comments on commit 4fa9a4d

Please sign in to comment.