Skip to content

Commit 7a8efae

Browse files
authored
Hold back build to bookworm (#566)
Fixes #565
1 parent 3d94fa1 commit 7a8efae

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,12 +1,12 @@
1-
FROM node:20-slim AS node-build
1+
FROM node:20-bookworm-slim AS node-build
22
WORKDIR /build/
33

44
COPY ccm_web .
55
RUN npm install
66

77
RUN npm run build:ccm_web
88

9-
FROM python:3.13-slim
9+
FROM python:3.13-slim-bookworm
1010

1111
COPY requirements.txt .
1212
RUN apt-get update && \

0 commit comments

Comments
 (0)