We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3ca74 commit 5ea06c8Copy full SHA for 5ea06c8
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM python:3.13-slim-bookworm as builder
+FROM python:3.11-slim-buster as builder
2
RUN apt-get update && apt-get install -y build-essential libbtrfsutil-dev
3
RUN pip wheel -w /wheels "https://github.com/kdave/btrfs-progs/archive/refs/tags/v6.3.2.tar.gz#egg=btrfsutil&subdirectory=libbtrfsutil/python"
4
5
-FROM python:3.13-slim-bookworm
+FROM python:3.11-slim-buster
6
7
WORKDIR /app/
8
0 commit comments