Skip to content

Commit 384e0c5

Browse files
committed
feat: update dockerfile base to python 3.14.3
1 parent d1b378e commit 384e0c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.12-slim-trixie AS base
1+
FROM python:3.14.3-slim-trixie AS base
22

33
# Setup env
44
ENV LANG=C.UTF-8

0 commit comments

Comments
 (0)