Skip to content

Commit cb0f0ef

Browse files
Update python Docker tag
1 parent 90c853e commit cb0f0ef

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.12
1+
3.13

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.13.5-slim-bookworm AS base
33

44
RUN apt-get update && \
55
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)