Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and innobead committed Mar 12, 2024
1 parent cf9e82e commit cd4a0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.16 as builder
FROM node:16.20 as builder
RUN apt-get update -y && \
apt-get install -y gettext-base
RUN mkdir /web
Expand All @@ -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 cd4a0fb

Please sign in to comment.