Update rust Docker tag to v1.97 #28

Merged
redbinder0526 merged 1 commit from renovate/rust-1.x into main 2026-08-08 20:37:54 +02:00
Showing only changes of commit fafbec46c2 - Show all commits

Update rust Docker tag to v1.97
Some checks failed
Build and Test / spacebot (push) Has been cancelled

Spacebot 2026-08-08 18:31:59 +00:00

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM rust:1.80-slim-bookworm AS chef
FROM rust:1.97-slim-bookworm AS chef
RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config \
libssl-dev \