Skip to content

Commit

Permalink
chore(deps): update registry.suse.com/bci/bci-base docker tag to v15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 02b42ff commit e4ca0c3
Showing 1 changed file with 1 addition and 1 deletion.
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.5
FROM registry.suse.com/bci/bci-base:15.6

RUN zypper -n ref && \
zypper -n install curl libxml2 bash gettext shadow nginx && \
Expand Down

0 comments on commit e4ca0c3

Please sign in to comment.