diff --git a/.env b/.env index ce1eb8ac..e876e6f6 100644 --- a/.env +++ b/.env @@ -3,7 +3,11 @@ CAMUNDA_CONNECTORS_VERSION=0.23.2 # renovate: datasource=docker depName=camunda/optimize CAMUNDA_OPTIMIZE_VERSION=3.10.11 -CAMUNDA_PLATFORM_VERSION=8.2.27 +CAMUNDA_PLATFORM_VERSION=8.2.28 + +# renovate: datasource=docker depName=camunda/operate +CAMUNDA_OPERATE_VERSION=8.2.27 + # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi CAMUNDA_WEB_MODELER_VERSION=8.2.15 ELASTIC_VERSION=7.17.9 diff --git a/docker-compose-core.yaml b/docker-compose-core.yaml index 464db569..12ea1f5c 100644 --- a/docker-compose-core.yaml +++ b/docker-compose-core.yaml @@ -41,7 +41,7 @@ services: - elasticsearch operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate - image: camunda/operate:${CAMUNDA_PLATFORM_VERSION} + image: camunda/operate:${CAMUNDA_OPERATE_VERSION} container_name: operate ports: - "8081:8080" diff --git a/docker-compose.yaml b/docker-compose.yaml index c2fef1cb..5381b63e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -45,7 +45,7 @@ services: - identity operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate - image: camunda/operate:${CAMUNDA_PLATFORM_VERSION} + image: camunda/operate:${CAMUNDA_OPERATE_VERSION} container_name: operate ports: - "8081:8080"