Skip to content

Commit

Permalink
Merge pull request #321 from NebraLtd/master
Browse files Browse the repository at this point in the history
release (prod): bump diagnostics and config
  • Loading branch information
shawaj authored Dec 25, 2021
2 parents a01bc47 + f56ce2b commit 68bfae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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:cf305ef
image: nebraltd/hm-config:2e01248
depends_on:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2021.12.14.0-2
- FIRMWARE_VERSION=2021.12.14.0-4
- 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:e59ca4f
image: nebraltd/hm-diag:1735292
environment:
- FIRMWARE_VERSION=2021.12.14.0-2
- FIRMWARE_VERSION=2021.12.14.0-4
- DIAGNOSTICS_VERSION=c22a429
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
volumes:
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2021.12.14.0-2
- FIRMWARE_VERSION=2021.12.14.0-4

volumes:
miner-storage:
Expand Down

0 comments on commit 68bfae4

Please sign in to comment.