Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is *not* sha-locked as ghcr doesn't have arch-agnostic SHAs ATM, AFAICT.
FROM rust:1.91-bookworm AS build
FROM rust:1.92-bookworm AS build

RUN apt-get update && apt-get --assume-yes install protobuf-compiler git clang cmake build-essential llvm-dev libclang-dev jq

Expand Down
Loading