Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hassio-addons/addon-base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.2.2
Choose a base ref
...
head repository: hassio-addons/addon-base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.3.0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 22, 2023

  1. Copy the full SHA
    be36bf0 View commit details
  2. ⬆️ Update hassio-addons/bashio to v0.16.0 (#265)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 22, 2023
    Copy the full SHA
    cbb1c95 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 base/Dockerfile
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ ENV \
HOME="/root" \
LANG="C.UTF-8" \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_FIND_LINKS=https://wheels.home-assistant.io/musllinux/ \
PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" \
PIP_NO_CACHE_DIR=1 \
PIP_PREFER_BINARY=1 \
PS1="$(whoami)@$(hostname):$(pwd)$ " \
@@ -25,7 +25,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Install base system
ARG BUILD_ARCH=amd64
ARG BASHIO_VERSION="v0.15.0"
ARG BASHIO_VERSION="v0.16.0"
ARG S6_OVERLAY_VERSION="3.1.5.0"
ARG TEMPIO_VERSION="2021.09.0"
RUN \