We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cff19 commit c402995Copy full SHA for c402995
contrib/containers/meson/Dockerfile
@@ -1,5 +1,5 @@
1
ARG RUST_VERSION=1.88.0
2
-FROM rust:${RUST_VERSION}-slim-bookworm
+FROM rust:${RUST_VERSION}-slim-trixie
3
4
# Needed to prevent tzdata hanging while expecting user input
5
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
0 commit comments