Skip to content

Commit c6bb400

Browse files
Bump python from 3.13-bookworm to 3.14-bookworm
Bumps python from 3.13-bookworm to 3.14-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fdfdd72 commit c6bb400

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
@@ -12,7 +12,7 @@ RUN npm run build
1212

1313
COPY /server /server
1414

15-
FROM python:3.13-bookworm
15+
FROM python:3.14-bookworm
1616

1717
COPY /server/requirements.txt ./requirements.txt
1818
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)