From 816be1f2cbaf96ae0793ad3f6f046c37a68a298c Mon Sep 17 00:00:00 2001 From: thediveo Date: Tue, 5 Dec 2023 14:42:14 +0100 Subject: [PATCH] ci: bump of image refs Signed-off-by: thediveo --- deployments/industrial-edge/app/edgeshark/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/industrial-edge/app/edgeshark/docker-compose.yml b/deployments/industrial-edge/app/edgeshark/docker-compose.yml index 44b086f..048f5ad 100644 --- a/deployments/industrial-edge/app/edgeshark/docker-compose.yml +++ b/deployments/industrial-edge/app/edgeshark/docker-compose.yml @@ -1,7 +1,7 @@ version: '2.4' services: gostwire: - image: 'ghcr.io/siemens/ghostwire:2.1.17' + image: 'ghcr.io/siemens/ghostwire:2.1.18' read_only: true mem_limit: 48mb restart: unless-stopped @@ -34,7 +34,7 @@ services: - './publish/:/publish/' - './cfg-data/:/cfg-data/' edgeshark: - image: 'ghcr.io/siemens/packetflix:0.9.5' + image: 'ghcr.io/siemens/packetflix:0.9.6' mem_limit: 32mb read_only: true restart: unless-stopped