Skip to content

Commit 4fb5640

Browse files
committed
Use specific python version to allow dependabot to detect issues.
1 parent f5a53ff commit 4fb5640

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,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3-slim
2+
FROM python:3.14.4-slim-trixie
33

44
# Set the working directory in the container
55
WORKDIR /app

0 commit comments

Comments
 (0)