Skip to content
Closed
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# docker build -t flume .

# --- Build stage ---
FROM rust:1.93.1-slim-bookworm@sha256:5b9332190bb3b9ece73b810cd1f1e9f06343b294ce184bcb067f0747d7d333ea AS builder
FROM rust:1.95.0-slim-bookworm@sha256:5cad7981952984a5c222b6715e1ee282f9bd98ffc53e44e069f7153d49293104 AS builder

RUN apt-get update && apt-get install -y --no-install-recommends \
protobuf-compiler \
Expand Down
Loading