Skip to content

Commit 9ce9e78

Browse files
authored
Merge pull request #33 from th30d4y/dependabot/docker/python-3.14-slim
Bump python from 3.10-slim to 3.14-slim
2 parents dcdc884 + 56a4499 commit 9ce9e78

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
@@ -11,7 +11,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
1111
RUN pnpm run build
1212

1313
# Main Python image with everything
14-
FROM python:3.10-slim
14+
FROM python:3.14-slim
1515

1616
# Set environment variables
1717
ENV PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)