We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9436fe2 commit 4bf0f1cCopy full SHA for 4bf0f1c
Dockerfile
@@ -1,14 +1,14 @@
1
ARG INSTALL_EXTRAS=irc,XMPP,telegram,slack
2
3
-FROM python:3.9 AS build
+FROM python:3.14 AS build
4
ARG INSTALL_EXTRAS
5
6
WORKDIR /wheel
7
8
COPY . .
9
RUN pip wheel --wheel-dir=/wheel wheel . .[${INSTALL_EXTRAS}]
10
11
-FROM python:3.9-slim
+FROM python:3.14-slim
12
13
14
RUN --mount=from=build,source=/wheel,target=/wheel \
0 commit comments