From 32f321b2a871869f7bc5889cc453260cca5f4185 Mon Sep 17 00:00:00 2001 From: floris272 Date: Tue, 11 Nov 2025 12:23:47 +0100 Subject: [PATCH] :arrow_up: update frontend base image to trixie-slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63281efd..355ed01b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN pip install -r requirements/production.txt # Stage 2 - build frontend -FROM node:24-alpine AS frontend-build +FROM node:24-trixie-slim AS frontend-build WORKDIR /app