-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to the latest base images #165
- Loading branch information
Showing
6 changed files
with
982 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.16 | ||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18 | ||
FROM $BUILD_FROM as builder | ||
MAINTAINER [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"build_from": { | ||
"aarch64": "homeassistant/aarch64-base-python:3.9-alpine3.16", | ||
"amd64": "homeassistant/amd64-base-python:3.9-alpine3.16", | ||
"armhf": "homeassistant/armhf-base-python:3.9-alpine3.16", | ||
"armv7": "homeassistant/armv7-base-python:3.9-alpine3.16", | ||
"i386": "homeassistant/i386-base-python:3.9-alpine3.16" | ||
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.18", | ||
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.18", | ||
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.18", | ||
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.18", | ||
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.18" | ||
} | ||
} |
Oops, something went wrong.