diff --git a/containers/openbao/Containerfile b/containers/openbao/Containerfile index 4e13fd7..910f774 100644 --- a/containers/openbao/Containerfile +++ b/containers/openbao/Containerfile @@ -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