From cd4a0fbf198f06787e348a8bfa96793da0af968b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:45:51 +0000 Subject: [PATCH] chore(deps): update docker dependencies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2258ce84..b0fd073a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16 as builder +FROM node:16.20 as builder RUN apt-get update -y && \ apt-get install -y gettext-base RUN mkdir /web @@ -10,7 +10,7 @@ ENV VERSION ${VERSION} RUN envsubst '${VERSION}' < /web/src/utils/config.js > /web/src/utils/config.js.subst && mv /web/src/utils/config.js.subst /web/src/utils/config.js RUN npm run build -FROM registry.suse.com/bci/bci-base:15.5 +FROM registry.suse.com/bci/bci-base:15.6 RUN zypper -n ref && \ zypper -n install curl libxml2 bash gettext shadow nginx && \