Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch to Debian trixie
  • Loading branch information
wtfiwtz committed Aug 27, 2025
commit 3bd4bc33db5a75e129412a86d18113d7a09bd69c
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm AS frontend-builder
FROM node:20-trixie AS frontend-builder

RUN npm install --global --force [email protected]

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN <<EOF
fi
EOF

FROM python:3.11-slim-bookworm
FROM python:3.11-slim-trixie

EXPOSE 5000

Expand Down