chore(deps): update node docker tag to v23
Some checks failed
/ build-openbao (push) Failing after 2m17s
Some checks failed
/ build-openbao (push) Failing after 2m17s
This commit is contained in:
parent
1038908903
commit
bc4a1edb5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
RUN git clone -b v2.0.0 https://github.com/openbao/openbao /usr/src/openbao
|
||||||
WORKDIR /usr/src/openbao
|
WORKDIR /usr/src/openbao
|
||||||
RUN make ember-dist
|
RUN make ember-dist
|
||||||
|
|
Loading…
Reference in a new issue