Skip to content

Commit 5ea06c8

Browse files
committed
Revert "Update Dockerfile"
This reverts commit 4f3ca74.
1 parent 4f3ca74 commit 5ea06c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM python:3.13-slim-bookworm as builder
1+
FROM python:3.11-slim-buster as builder
22
RUN apt-get update && apt-get install -y build-essential libbtrfsutil-dev
33
RUN pip wheel -w /wheels "https://github.com/kdave/btrfs-progs/archive/refs/tags/v6.3.2.tar.gz#egg=btrfsutil&subdirectory=libbtrfsutil/python"
44

5-
FROM python:3.13-slim-bookworm
5+
FROM python:3.11-slim-buster
66

77
WORKDIR /app/
88

0 commit comments

Comments
 (0)