Skip to content

Commit

Permalink
ci: rollback BCI image to 15.5
Browse files Browse the repository at this point in the history
ref: longhorn/longhorn#8166

Signed-off-by: davidko <dko@suse.com>
  • Loading branch information
innobead committed Mar 13, 2024
1 parent f9ba9a6 commit 477ac00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 477ac00

Please sign in to comment.