diff --git a/CometServer/CometServer.csproj b/CometServer/CometServer.csproj index 5347d701..7821a9d7 100644 --- a/CometServer/CometServer.csproj +++ b/CometServer/CometServer.csproj @@ -3,7 +3,7 @@ net8.0 Starion Group S.A. CometServer-CE - 8.0.0-rc35 + 8.0.0-rc36 CDP4-COMET Services API Copyright © Starion Group S.A. AGPL-3.0-only diff --git a/README.Create-RC.txt b/README.Create-RC.txt index 880f70db..f038dfe8 100644 --- a/README.Create-RC.txt +++ b/README.Create-RC.txt @@ -1,2 +1,2 @@ -DOCKER_BUILDKIT=1 docker build -f Dockerfile -t stariongroup/comet-webservices-community-edition:8.0.0-rc35 . -docker push stariongroup/comet-webservices-community-edition:8.0.0-rc35 \ No newline at end of file +DOCKER_BUILDKIT=1 docker build -f Dockerfile -t stariongroup/comet-webservices-community-edition:8.0.0-rc36 . +docker push stariongroup/comet-webservices-community-edition:8.0.0-rc36 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 7d103d62..001b2fc6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - comet-db-logs:/logs comet_webservices: - image: stariongroup/comet-webservices-community-edition:8.0.0-rc35 + image: stariongroup/comet-webservices-community-edition:8.0.0-rc36 container_name: comet-webservices shm_size: 512m restart: always