From 97fde2fc021b13717f975ef8c2b9e0a7b0061c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frode=20S=C3=B8rh=C3=B8y?= Date: Fri, 1 Nov 2024 09:20:29 +0100 Subject: [PATCH] Oppdatert til Zeebe 8.6.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c253637..c3452fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM camunda/zeebe:8.2.12 +FROM camunda/zeebe:8.6.2 COPY application.yaml /usr/local/zeebe/config/application.yaml