Ver código fonte

Update Dockerfile

Jannik S 1 ano atrás
pai
commit
62ab163316
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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