Skip to content

Commit

Permalink
build: update base image to bci 15.6
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <dko@suse.com>
(cherry picked from commit ea50c84)
  • Loading branch information
innobead committed Jun 17, 2024
1 parent 1dc43a6 commit bfe05e9
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 update -y
Expand Down

0 comments on commit bfe05e9

Please sign in to comment.