maj dockerfile packagejson
All checks were successful
Build and Push App / build (push) Successful in 1m2s

This commit is contained in:
2026-04-15 23:08:56 +02:00
parent b2aad10734
commit d33ae2469f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Base image
FROM node:20-alpine AS base
FROM node:22-alpine AS base
RUN apk add --no-cache libc6-compat openssl
# Install dependencies only when needed