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.0.0
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.0.1
Choose a head ref
  • 6 commits
  • 1 file changed
  • 1 contributor

Commits on May 23, 2023

  1. ⬆️ Update alpine_3_18/curl to v8.1.0-r2 (#241)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 23, 2023
    Copy the full SHA
    52b2bbe View commit details

Commits on May 24, 2023

  1. Copy the full SHA
    6ed4f75 View commit details

Commits on May 26, 2023

  1. ⬆️ Update alpine_3_18/bash to v5.2.15-r5 (#243)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 26, 2023
    Copy the full SHA
    2bce889 View commit details
  2. ⬆️ Update alpine_3_18/curl to v8.1.1-r1 (#244)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 26, 2023
    Copy the full SHA
    ab9622a View commit details

Commits on May 31, 2023

  1. ⬆️ Update alpine_3_18/curl to v8.1.2-r0 (#246)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 31, 2023
    Copy the full SHA
    4bd1c95 View commit details

Commits on Jun 12, 2023

  1. ⬆️ Update OpenSSL to v3.1.1-r1 (#245)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 12, 2023
    Copy the full SHA
    ffad2a4 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 base/Dockerfile
8 changes: 4 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -36,14 +36,14 @@ RUN \
xz=5.4.3-r0 \
\
&& apk add --no-cache \
libcrypto3=3.1.0-r4 \
libssl3=3.1.0-r4 \
libcrypto3=3.1.1-r1 \
libssl3=3.1.1-r1 \
musl-utils=1.2.4-r0 \
musl=1.2.4-r0 \
\
&& apk add --no-cache \
bash=5.2.15-r3 \
curl=8.0.1-r2 \
bash=5.2.15-r5 \
curl=8.1.2-r0 \
jq=1.6-r3 \
tzdata=2023c-r1 \
\