chore(deps): update rust docker tag to v1.98 #8

Open
renovate wants to merge 1 commit from renovate/rust-1.x into main

View file

@ -5,7 +5,7 @@
# #
# Build context is the workspace root: `docker build -t skald:latest .` # 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 WORKDIR /build
# Dependency-cache layer: copy manifests + vendored path-dep first, # Dependency-cache layer: copy manifests + vendored path-dep first,