Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 511fbaf

Browse files
Bump python from 3.12.7-slim to 3.13.2-slim
Bumps python from 3.12.7-slim to 3.13.2-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d176b8 commit 511fbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Python image from the Docker Hub
2-
FROM python:3.12.7-slim
2+
FROM python:3.13.2-slim
33

44
# Set the working directory in the container
55
WORKDIR /app
@@ -38,7 +38,7 @@ RUN npm install
3838
RUN npx tailwindcss -i ./input.css -o ./dist/tailwind.css --content './src/**/*.html'
3939

4040
# Stage 2: Use the official Python image from the Docker Hub
41-
FROM python:3.12.7-slim
41+
FROM python:3.13.2-slim
4242

4343
# Set the working directory in the container
4444
WORKDIR /app

0 commit comments

Comments
 (0)