Skip to content

Commit 38052f7

Browse files
authored
Debian 13 trixie (#15)
1 parent ae52071 commit 38052f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Base image
2-
FROM python:3.13-bookworm AS base
2+
FROM python:3.13-trixie AS base
33
ENV PIP_ROOT_USER_ACTION=ignore
4+
ENV DEBIAN_FRONTEND=noninteractive
45

56
# Apt dependencies
67
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)