From e4ca0c363581a4d94a565b41291c971443044384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 01:32:21 +0000 Subject: [PATCH] chore(deps): update registry.suse.com/bci/bci-base docker tag to v15.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60ff15fc0..b0fd073a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \