Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PACKAGE_NAMESPACE=colibri-hq

# Base Layer: This layer is used as the base for all following images, and can
# be used to set up the environment for the application.
FROM node:23-slim AS base
FROM node:25-slim AS base
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}

Expand Down
Loading