Skip to content

Commit ff2c9b8

Browse files
committed
Use python 3.13 as base image
1 parent fa928e5 commit ff2c9b8

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.9-slim
1+
FROM python:3.13-slim
22

33
WORKDIR /usr/src/app
44
COPY requirements.txt .

0 commit comments

Comments
 (0)