bump base image
Some checks failed
Next.js App CI / docker (push) Failing after 22m21s

This commit is contained in:
2025-12-10 20:54:51 +01:00
parent 13e4ccce18
commit 4b4852e0dc

View File

@@ -1,6 +1,6 @@
# Stage 1: Base image with Node.js and pnpm enabled # Stage 1: Base image with Node.js and pnpm enabled
# This stage is used as a foundation for all subsequent stages. # This stage is used as a foundation for all subsequent stages.
FROM node:20-alpine AS base FROM node:25-alpine AS base
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH" ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable && corepack prepare pnpm@latest --activate RUN corepack enable && corepack prepare pnpm@latest --activate