Skip to content

Commit

Permalink
Update get docker core latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed May 24, 2023
1 parent 35c85bc commit db3b55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/package/hassio/hassio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ HASSIO_CONTAINER_IMAGES_ARCH = supervisor dns audio cli multicast observer core
define HASSIO_CONFIGURE_CMDS
# Deploy only landing page for "core" by setting version to "landingpage"
#curl -s $(HASSIO_VERSION_URL) | jq '.core = "landingpage"' > $(@D)/stable.json
curl -s $(HASSIO_VERSION_URL) > $(@D)/stable.json
curl -s $(HASSIO_VERSION_URL) | jq '.core = "latest"' > $(@D)/stable.json

$(Q)mkdir -p $(@D)/images
$(Q)mkdir -p $(HASSIO_DL_DIR)
Expand Down

0 comments on commit db3b55b

Please sign in to comment.