Skip to content

Commit

Permalink
ci: bump up app image versions
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Oct 18, 2023
1 parent e1802d9 commit e75b1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/industrial-edge/app/edgeshark/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e75b1ef

Please sign in to comment.