Merge pull request #25 from tmdinosaurcenter/dependabot/docker/python-3.14-slim

Bump python from 3.9-slim to 3.14-slim
This commit is contained in:
2026-03-28 23:09:34 -06:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
# Use a lightweight Python image # Use a lightweight Python image
FROM python:3.9-slim FROM python:3.14-slim
# Set the working directory # Set the working directory
WORKDIR /app WORKDIR /app