Skip to content

Commit fb47b76

Browse files
authored
fix: broken dependency of docker on aarch64 (#1135)
1 parent 9f589bb commit fb47b76

File tree

3 files changed

+82
-96
lines changed

3 files changed

+82
-96
lines changed

.container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-bullseye
1+
FROM python:3.10-bookworm
22

33
# Install Poetry
44
RUN curl -sSL https://install.python-poetry.org | python3 - && \

.container/minimal_build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-bullseye
1+
FROM python:3.10-bookworm
22

33
# Install Poetry
44
RUN curl -sSL https://install.python-poetry.org | python3 - && \

0 commit comments

Comments
 (0)