revert: Docker base image to original
Commit / ci (push) Successful in 10m31s

This commit is contained in:
2026-04-03 14:28:45 +02:00
parent 769c591882
commit 5bf537959f
+1 -1
View File
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/node:25-trixie AS base
FROM node:25-trixie AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
# RUN corepack enable