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:
Cyril Šebek 2024-12-14 20:14:28 +01:00
parent da21c622e8
commit f7ac382a84
Signed by: blboun3
SSH Key Fingerprint: SHA256:ESaOKDAPaR/9j4DJ3sU4VdxTcL7qWUxpAyPSK2LLKbY

View File

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