Update Dockerfile

This commit is contained in:
Jannik S 2024-03-16 12:43:48 +01:00 committed by GitHub
parent 384b7e8462
commit 62ab163316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
######## WebUI frontend ########
FROM node:21-bookworm-slim as build
FROM node:21-alpine3.19 as build
WORKDIR /app