chore(deps): update node docker tag to v23
Some checks failed
/ build-deployer (push) Successful in 25s
/ build-keycloak (push) Successful in 46s
/ build-freetakserver (push) Successful in 1m29s
/ build-openbao-csi-provider (push) Successful in 1m12s
/ build-pethublocal (push) Successful in 49s
/ build-traefik-forward-auth (push) Successful in 40s
/ diff-and-deploy (push) Successful in 1m15s
/ render-helm (push) Successful in 22s
/ build-openbao (push) Failing after 4m47s
/ build-synapse (push) Successful in 43s
/ roll out update (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-12-04 23:02:17 +00:00
parent 8dcf7a5ef2
commit ce997cd034

View file

@ -1,4 +1,4 @@
FROM node:22 AS web-build
FROM node:23 AS web-build
RUN git clone -b v2.1.0 https://github.com/openbao/openbao /usr/src/openbao
WORKDIR /usr/src/openbao
RUN make ember-dist