Update Dockerfile

This commit is contained in:
Marvin 2025-06-10 08:49:48 +02:00 committed by GitHub
parent ced34dd2c6
commit 9897c53ed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
ARG NODE_VERSION=20-alpine
ARG NODE_VERSION="20-alpine"
FROM node:${NODE_VERSION} AS builder
WORKDIR /app