Skip to content

Commit 4bf0f1c

Browse files
chore(deps): update python docker tag to v3.14
1 parent 9436fe2 commit 4bf0f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ARG INSTALL_EXTRAS=irc,XMPP,telegram,slack
22

3-
FROM python:3.9 AS build
3+
FROM python:3.14 AS build
44
ARG INSTALL_EXTRAS
55

66
WORKDIR /wheel
77

88
COPY . .
99
RUN pip wheel --wheel-dir=/wheel wheel . .[${INSTALL_EXTRAS}]
1010

11-
FROM python:3.9-slim
11+
FROM python:3.14-slim
1212
ARG INSTALL_EXTRAS
1313

1414
RUN --mount=from=build,source=/wheel,target=/wheel \

0 commit comments

Comments
 (0)