Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

chore(deps): update camunda/zeebe docker tag to v8.3.3 #347

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 9200:9200
- 9300:9300
zeebe:
image: camunda/zeebe:8.3.0
image: camunda/zeebe:8.3.3
env:
JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m"
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME: io.camunda.zeebe.exporter.ElasticsearchExporter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 9200:9200
- 9300:9300
zeebe:
image: camunda/zeebe:8.3.0
image: camunda/zeebe:8.3.3
env:
JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m"
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME: io.camunda.zeebe.exporter.ElasticsearchExporter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
services:
zeebe:
image: camunda/zeebe:8.3.0
image: camunda/zeebe:8.3.3
ports:
- 26500:26500
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
zeebe:
restart: always
container_name: zeebe_broker
image: camunda/zeebe:8.3.0
image: camunda/zeebe:8.3.3
environment:
- ZEEBE_LOG_LEVEL=debug
volumes:
Expand Down