From 73e26842aa5b11bcb7fcd2bd7c15d89ee2ff5359 Mon Sep 17 00:00:00 2001 From: davidko Date: Mon, 17 Jun 2024 21:42:04 +0800 Subject: [PATCH] build: update base image to bci 15.6 Signed-off-by: davidko (cherry picked from commit ea50c84bd2a133873d63dc793322f481fb45f29c) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab037a8c..554f688c 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 update -y