Skip to content

Commit

Permalink
chore: img deps, packager dep
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Nov 9, 2023
1 parent e0ccf18 commit 6120be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packageandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: 'stable'

- name: Package Edgeshark IE app
run: |
go run github.com/thediveo/tiap/cmd/tiap@v0.9.7 \
go run github.com/thediveo/tiap/cmd/tiap@v0.10.2 \
deployments/industrial-edge/app \
--out edgeshark.app \
--app-version ${{github.ref_name}}
Expand Down
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.16'
image: 'ghcr.io/siemens/ghostwire:2.1.17'
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.4'
image: 'ghcr.io/siemens/packetflix:0.9.5'
mem_limit: 32mb
read_only: true
restart: unless-stopped
Expand Down

0 comments on commit 6120be6

Please sign in to comment.