diff --git a/.drone.yml b/.drone.yml index e3f340a3..f06b9477 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: steps: - name: fossa - image: registry.suse.com/bci/bci-base:15.6 + image: registry.suse.com/bci/bci-base:15.5 failure: ignore environment: FOSSA_API_KEY: diff --git a/Dockerfile b/Dockerfile index b0fd073a..60ff15fc 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.6 +FROM registry.suse.com/bci/bci-base:15.5 RUN zypper -n ref && \ zypper -n install curl libxml2 bash gettext shadow nginx && \