We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6538ac0 commit b2485a3Copy full SHA for b2485a3
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ ENV PHP_TZ=UTC
11
12
# Multi-stage build: Build static assets
13
# This allows us to not include Python within the final container
14
-FROM python:3.14-rc-bookworm AS python_builder
+FROM python:3.14-trixie AS python_builder
15
16
WORKDIR /usr/src/app
17
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir -r requirements.txt && \
27
28
29
# This allows us to not include Node within the final container
30
-FROM node:20 AS node_builder
+FROM node:24 AS node_builder
31
32
RUN mkdir -p /app/dist
33
0 commit comments