Skip to content

Commit 5b0aed7

Browse files
greenscientistkaligrafy
authored andcommitted
Update docker build to use Debian Trixie
This latest stable was released in August 2025
1 parent fb24ca1 commit 5b0aed7

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
@@ -1,5 +1,5 @@
11
# Build Node app
2-
FROM node:24-bookworm
2+
FROM node:24-trixie
33
WORKDIR /app
44

55
# TODO split package.json copy and yarn install to have some intermediary images

0 commit comments

Comments
 (0)