chore(deps): update rust docker tag to v1.98
Some checks failed
gitleaks / scan (push) Failing after 2s
gitleaks / scan (pull_request) Failing after 1s

This commit is contained in:
Renovate Bot 2026-08-21 06:24:41 +00:00
parent 172b3c23d9
commit 28b739eb5f

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.98-bookworm AS builder
WORKDIR /build
# Dependency-cache layer: copy manifests + vendored path-dep first,