From bfe05e9be3a593a8dfcfeaf359d2671b7d18dcc7 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 f64e29b3..8b545056 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