From 7e6b69819e3b3e8e1dded2a23550d663c0b7ca09 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Fri, 3 Feb 2023 08:56:56 +0100 Subject: [PATCH] upgrade node build-ui image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e7b662..55b003c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ RUN cd /tmp && git clone https://github.com/axiomatic-systems/Bento4 && cd Bento mv /tmp/Bento4/Build/mp4fragment /dist/agent/ && \ rm -rf /tmp/Bento4 -FROM node:16.13.0-alpine3.11 AS build-ui +FROM node:18.14.0-alpine3.16 AS build-ui ######################## # Build Web (React app)