Skip to content
Open
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 @@ -8,7 +8,7 @@
# which silently rolls to whatever Debian is current stable and could drift
# ahead of the distroless runtime's glibc below). Deliberately no version
# number in this comment: Renovate updates the FROM line, never the prose.
FROM --platform=$BUILDPLATFORM rust:1.98.0-slim-trixie@sha256:cc0448b41c3b7b7fea44f5dc50eacba729a56db365b65b7bd5e8a82d5b3db078 AS builder
FROM --platform=$BUILDPLATFORM rust:1.98.0-slim-trixie@sha256:17d1ba895198f9934c6314ec5346a0d5115372f3243390c3d731e242f35c2f27 AS builder
ARG BUILDPLATFORM
ARG TARGETPLATFORM
WORKDIR /app
Expand Down