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: v13.1.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: v13.1.3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 5, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3bbb2d8 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
@@ -30,7 +30,7 @@ RUN \
set -o pipefail \
\
&& apk add --no-cache --virtual .build-dependencies \
tar=1.34-r1 \
tar=1.34-r2 \
xz=5.2.9-r0 \
\
&& apk add --no-cache \
@@ -41,7 +41,7 @@ RUN \
\
&& apk add --no-cache \
bash=5.2.15-r0 \
curl=7.87.0-r2 \
curl=7.88.1-r0 \
jq=1.6-r2 \
tzdata=2022f-r1 \
\