Skip to content

Commit 376b6fd

Browse files
Update python Docker tag
1 parent ec161bf commit 376b6fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

Dockerfile-api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Python image from the Docker Hub
2-
FROM python:3.13.2-slim-bookworm AS base
2+
FROM python:3.14.0-slim-bookworm AS base
33

44
ARG APP_GID=10000
55
ARG APP_UID=16997

0 commit comments

Comments
 (0)