Skip to content

Commit 0ffa229

Browse files
Dargon789snyk-bot
andauthored
1 parent 8b660fe commit 0ffa229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV NODE_ENV=production
1919
# Run app when the container launches
2020
CMD ["npm", "start"]
2121
# Use an official Python runtime as a parent image
22-
FROM python:3.9-slim
22+
FROM python:3.14.3-slim
2323

2424
# Set the working directory in the container
2525
WORKDIR /app

0 commit comments

Comments
 (0)