Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
⬆️ Upgrades add-on base image to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 28, 2020
1 parent 44906a1 commit 4529a09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ variables:
ADDON_SLUG: "lutron-cert"
ADDON_TARGET: "lutron-cert"

ADDON_AARCH64_BASE: "hassioaddons/base-python-aarch64:5.2.0"
ADDON_AMD64_BASE: "hassioaddons/base-python-amd64:5.2.0"
ADDON_ARMHF_BASE: "hassioaddons/base-python-armhf:5.2.0"
ADDON_ARMV7_BASE: "hassioaddons/base-python-armv7:5.2.0"
ADDON_I386_BASE: "hassioaddons/base-python-i386:5.2.0"
ADDON_AARCH64_BASE: "hassioaddons/base-python-aarch64:5.2.1"
ADDON_AMD64_BASE: "hassioaddons/base-python-amd64:5.2.1"
ADDON_ARMHF_BASE: "hassioaddons/base-python-armhf:5.2.1"
ADDON_ARMV7_BASE: "hassioaddons/base-python-armv7:5.2.1"
ADDON_I386_BASE: "hassioaddons/base-python-i386:5.2.1"
2 changes: 1 addition & 1 deletion lutron-cert/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/base-python:5.2.0
ARG BUILD_FROM=hassioaddons/base-python:5.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
10 changes: 5 additions & 5 deletions lutron-cert/build.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"squash": false,
"build_from": {
"aarch64": "hassioaddons/base-python-aarch64:5.2.0",
"amd64": "hassioaddons/base-python-amd64:5.2.0",
"armhf": "hassioaddons/base-python-armhf:5.2.0",
"armv7": "hassioaddons/base-python-armv7:5.2.0",
"i386": "hassioaddons/base-python-i386:5.2.0"
"aarch64": "hassioaddons/base-python-aarch64:5.2.1",
"amd64": "hassioaddons/base-python-amd64:5.2.1",
"armhf": "hassioaddons/base-python-armhf:5.2.1",
"armv7": "hassioaddons/base-python-armv7:5.2.1",
"i386": "hassioaddons/base-python-i386:5.2.1"
},
"args": {}
}

0 comments on commit 4529a09

Please sign in to comment.