We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae52071 commit 38052f7Copy full SHA for 38052f7
Containerfile
@@ -1,6 +1,7 @@
1
# Base image
2
-FROM python:3.13-bookworm AS base
+FROM python:3.13-trixie AS base
3
ENV PIP_ROOT_USER_ACTION=ignore
4
+ENV DEBIAN_FRONTEND=noninteractive
5
6
# Apt dependencies
7
RUN apt-get update && apt-get install -y \
0 commit comments