Skip to content

Commit

Permalink
docker-resin-supervisor-disk: Update to v7.1.20
Browse files Browse the repository at this point in the history
Brings in the following improvements since 7.1.18:

- Replace the gosuper component with a node module that handles communication with systemd, and stop using an init system in the supervisor container
- Remove any leftover knex migrations locks before running migrations

Change-type: patch
Changelog-Entry: Update supervisor to v7.1.20
Signed-off-by: Akis Kesoglou <[email protected]>
  • Loading branch information
dfunckt authored and agherzan committed Mar 23, 2018
1 parent 5c6ee83 commit 22a2620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SUPERVISOR_REPOSITORY_x86 = "resin/i386-supervisor"
SUPERVISOR_REPOSITORY_x86-64 = "resin/amd64-supervisor"
SUPERVISOR_REPOSITORY_intel-quark = "resin/i386-nlp-supervisor"

SUPERVISOR_TAG ?= "v7.1.18"
SUPERVISOR_TAG ?= "v7.1.20"
TARGET_REPOSITORY ?= "${SUPERVISOR_REPOSITORY}"
TARGET_TAG ?= "${SUPERVISOR_TAG}"
LED_FILE ?= "/dev/null"
Expand Down

0 comments on commit 22a2620

Please sign in to comment.