Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
⬆️ Upgrades add-on base image to v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 27, 2020
1 parent a2fa669 commit 088dc87
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 @@ -8,8 +8,8 @@ variables:

ADDON_LEGACY_TAGS: "true"

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

Expand Down
10 changes: 5 additions & 5 deletions matrix/build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"args": {},
"build_from": {
"aarch64": "hassioaddons/base-python-aarch64:5.0.1",
"amd64": "hassioaddons/base-python-amd64:5.0.1",
"armhf": "hassioaddons/base-python-armhf:5.0.1",
"armv7": "hassioaddons/base-python-armv7:5.0.1",
"i386": "hassioaddons/base-python-i386:5.0.1"
"aarch64": "hassioaddons/base-python-aarch64:5.0.2",
"amd64": "hassioaddons/base-python-amd64:5.0.2",
"armhf": "hassioaddons/base-python-armhf:5.0.2",
"armv7": "hassioaddons/base-python-armv7:5.0.2",
"i386": "hassioaddons/base-python-i386:5.0.2"
}
}

0 comments on commit 088dc87

Please sign in to comment.