Skip to content

Commit 22a2620

Browse files
dfuncktagherzan
authored andcommitted
docker-resin-supervisor-disk: Update to v7.1.20
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 <akis@resin.io>
1 parent 5c6ee83 commit 22a2620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta-resin-common/recipes-containers/docker-disk/docker-resin-supervisor-disk.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SUPERVISOR_REPOSITORY_x86 = "resin/i386-supervisor"
1010
SUPERVISOR_REPOSITORY_x86-64 = "resin/amd64-supervisor"
1111
SUPERVISOR_REPOSITORY_intel-quark = "resin/i386-nlp-supervisor"
1212

13-
SUPERVISOR_TAG ?= "v7.1.18"
13+
SUPERVISOR_TAG ?= "v7.1.20"
1414
TARGET_REPOSITORY ?= "${SUPERVISOR_REPOSITORY}"
1515
TARGET_TAG ?= "${SUPERVISOR_TAG}"
1616
LED_FILE ?= "/dev/null"

0 commit comments

Comments
 (0)