Skip to content

Commit

Permalink
Bump diag and config
Browse files Browse the repository at this point in the history
Bump diag and config
  • Loading branch information
shawaj authored Nov 5, 2021
1 parent c3a1f31 commit 11a539b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: '2'
services:

gateway-config:
image: nebraltd/hm-config:e6a4b16
image: nebraltd/hm-config:8070d87
depends_on:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2021.11.02.0
- FIRMWARE_VERSION=2021.11.02.1
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
- DBUS_SESSION_BUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
privileged: true
Expand Down Expand Up @@ -58,9 +58,9 @@ services:
- RELEASE_BUMPER=foobar

diagnostics:
image: nebraltd/hm-diag:68ae2fe
image: nebraltd/hm-diag:d444f93
environment:
- FIRMWARE_VERSION=2021.11.02.0
- FIRMWARE_VERSION=2021.11.02.1
volumes:
- pktfwdr:/var/pktfwd
- miner-storage:/var/data
Expand Down

1 comment on commit 11a539b

@vpetersson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KevinWassermann94 Can you guys do QA on this?

Please sign in to comment.