chore(deps): update node docker tag to v23
Some checks failed
/ diff-and-deploy (push) Failing after 32s
/ render-helm (push) Failing after 32s
/ build-synapse (push) Failing after 32s
/ roll out update (push) Has been skipped

This commit is contained in:
Renovate Bot 2025-01-28 23:03:13 +00:00
parent 467630aae3
commit 3e540fae4c

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