From 24a5ca04ca26bfcacf4dad37f5e2ea621c4d5945 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Fri, 3 Feb 2023 11:37:16 +0100 Subject: [PATCH] upgrade --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b5548f..3992c03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN cd /tmp && git clone https://github.com/axiomatic-systems/Bento4 && cd Bento FROM node:18.14.0-alpine3.16 AS build-ui -RUN apt-get update -y && apt-get -y upgrade +RUN apk update && apk upgrade --available && sync ######################## # Build Web (React app)