Compare commits

..

1 commit

Author SHA1 Message Date
e660e2e6e3 chore(deps): update rust docker tag to v1.97
Some checks failed
gitleaks / scan (push) Failing after 1s
gitleaks / scan (pull_request) Failing after 1s
2026-07-10 06:54:14 +00:00

View file

@ -5,7 +5,7 @@
#
# Build context is the workspace root: `docker build -t skald:latest .`
FROM rust:1.95-bookworm AS builder
FROM rust:1.97-bookworm AS builder
WORKDIR /build
# Dependency-cache layer: copy manifests + vendored path-dep first,