please
Some checks failed
Deploy Homepage / build (push) Failing after 1m17s

This commit is contained in:
2025-07-20 03:45:58 +02:00
parent 8cdfffdde7
commit 80a036e7de
3 changed files with 21 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1
FROM node:18-alpine AS base
FROM node:20-alpine AS base
# Install dependencies only when needed
FROM base AS deps