Skip to content

Commit 1c9b421

Browse files
authored
Fix debian version for Dockerfiles (#853)
1 parent aac983f commit 1c9b421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83-bullseye AS builder
1+
FROM rust:1.83-bookworm AS builder
22

33
WORKDIR /work
44
COPY Cargo.toml /work/

docker/quickstart/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =======
22
# Builder
33
# =======
4-
FROM rust:1.83-bullseye AS builder
4+
FROM rust:1.83-bookworm AS builder
55

66
WORKDIR /work
77
COPY Cargo.toml /work/

0 commit comments

Comments
 (0)