Merge pull request #20 from Telecominfraproject/OLS_Update_Version_410

OLS 410
This commit is contained in:
Mike Hansen
2025-05-29 14:52:06 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM debian:buster
LABEL Description="Ucentral client (Build) environment"
ARG HOME /root
ARG SCHEMA="4.0.0-rc1"
ARG SCHEMA="4.1.0-rc1"
ARG SCHEMA_VERSION="v${SCHEMA}"
ARG SCHEMA_ZIP_FILE="${SCHEMA_VERSION}.zip"
ARG SCHEMA_UNZIPPED="ols-ucentral-schema-${SCHEMA}"
@@ -47,6 +47,8 @@ RUN cd ${HOME}/ucentral-external-libs/cJSON/ && \
make install
RUN cd ${HOME}/ucentral-external-libs/libwebsockets/ && \
git branch --all && \
git checkout a9b8fe7ebf61b8c0e7891e06e70d558412933a33 && \
mkdir build && \
cd build && \
cmake .. && \

View File

@@ -1,5 +1,5 @@
{
"major": 4,
"minor": 0,
"minor": 1,
"patch": 0
}