Skip to content

Commit 03c6dc0

Browse files
committed
Update Python docker to 3.14.
1 parent faf13eb commit 03c6dc0

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,8 +1,8 @@
11
# syntax=docker/dockerfile:1
22
# check=skip=SecretsUsedInArgOrEnv
33

4-
ARG PYTHON_VERSION=3.12
5-
FROM python:${PYTHON_VERSION}-slim-bookworm
4+
ARG PYTHON_VERSION=3.14
5+
FROM python:${PYTHON_VERSION}-slim-trixie
66

77
WORKDIR /NPPS4
88
RUN mkdir data

0 commit comments

Comments
 (0)