Fix: change base container to node:18-slim
All checks were successful
Build Docker Image and Deploy / Build Image and push to Registry (push) Successful in 2m2s
Build Docker Image and Deploy / Deploy on webserver (push) Successful in 57s

This commit is contained in:
2024-12-14 20:14:28 +01:00
parent da21c622e8
commit f7ac382a84

View File

@ -1,4 +1,4 @@
FROM node:lts-slim AS base
FROM node:18-slim AS base
WORKDIR /app
RUN corepack enable pnpm