Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Docker images > 1.17.0 are broken because of wrong baseimage #33709

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/docker-rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.73.0
FROM rust:1.73.0-bullseye

ARG NODE_MAJOR=18

Expand Down