chore(deps): update node docker tag to v23
Some checks failed
/ build-openbao (push) Failing after 2m17s

This commit is contained in:
Renovate Bot 2024-10-17 01:01:53 +00:00
parent 1038908903
commit bc4a1edb5f

View file

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