We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcab88 commit b86f589Copy full SHA for b86f589
1 file changed
Containerfile
@@ -1,5 +1,5 @@
1
# This is *not* sha-locked as ghcr doesn't have arch-agnostic SHAs ATM, AFAICT.
2
-FROM rust:1.91-bookworm AS build
+FROM rust:1.92-bookworm AS build
3
4
RUN apt-get update && apt-get --assume-yes install protobuf-compiler git clang cmake build-essential llvm-dev libclang-dev jq
5
0 commit comments