Skip to content

Commit

Permalink
Update file editor base to 3.14 (home-assistant#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jul 8, 2021
1 parent c60cb81 commit 76020ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.3.2

- Update base image to Alpine 3.14

## 5.3.1

- Update base image to Alpine 3.13
Expand Down
2 changes: 1 addition & 1 deletion configurator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
&& pip3 install \
--no-cache-dir \
--prefer-binary \
--find-links "https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/" \
--find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \
hass-configurator=="${CONFIGURATOR_VERSION}" \
\
&& find /usr/local \
Expand Down
10 changes: 5 additions & 5 deletions configurator/build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.13",
"amd64": "ghcr.io/home-assistant/amd64-base:3.13",
"armhf": "ghcr.io/home-assistant/armhf-base:3.13",
"armv7": "ghcr.io/home-assistant/armv7-base:3.13",
"i386": "ghcr.io/home-assistant/i386-base:3.13"
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.14",
"amd64": "ghcr.io/home-assistant/amd64-base:3.14",
"armhf": "ghcr.io/home-assistant/armhf-base:3.14",
"armv7": "ghcr.io/home-assistant/armv7-base:3.14",
"i386": "ghcr.io/home-assistant/i386-base:3.14"
},
"args": {
"CONFIGURATOR_VERSION": "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion configurator/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "File editor",
"version": "5.3.1",
"version": "5.3.2",
"slug": "configurator",
"description": "Simple browser-based file editor for Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",
Expand Down

0 comments on commit 76020ea

Please sign in to comment.