Skip to content

Commit

Permalink
Alpine 3.14 (#201)
Browse files Browse the repository at this point in the history
* Alpine 3.13

* revert
  • Loading branch information
pvizeli authored Aug 24, 2021
1 parent f90674a commit e61099e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
BUILD_TYPE: base
WHEELS_TAG: 3.9-alpine3.13
WHEELS_TAG: 3.9-alpine3.14

jobs:
init:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG \
TELLDUS_COMMIT

# Add Home Assistant wheels repository
ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/
ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/

####
# Install core
Expand Down
10 changes: 5 additions & 5 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"image": "homeassistant/{arch}-homeassistant-base",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.9-alpine3.13",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.9-alpine3.13",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.9-alpine3.13",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.9-alpine3.13",
"i386": "ghcr.io/home-assistant/i386-base-python:3.9-alpine3.13"
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.9-alpine3.14",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.9-alpine3.14",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.9-alpine3.14",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.9-alpine3.14",
"i386": "ghcr.io/home-assistant/i386-base-python:3.9-alpine3.14"
},
"labels": {
"io.hass.type": "homeassistant-base",
Expand Down

0 comments on commit e61099e

Please sign in to comment.