From e75b1ef9fe21a7334c4e7205855f0720d6141075 Mon Sep 17 00:00:00 2001 From: thediveo Date: Wed, 18 Oct 2023 15:48:08 +0000 Subject: [PATCH] ci: bump up app image versions 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 a37a534..083da05 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.12' + image: 'ghcr.io/siemens/ghostwire:2.1.15' 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.3' + image: 'ghcr.io/siemens/packetflix:0.9.4' mem_limit: 32mb read_only: true restart: unless-stopped