Browse Source

Update Dockerfile

Jannik S 1 year ago
parent
commit
62ab163316
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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