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

Commits on Apr 11, 2024

  1. ⬆️ Update OpenSSL to v3.1.4-r6 (#284)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 11, 2024
    Copy the full SHA
    cdba92e 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
@@ -37,8 +37,8 @@ RUN \
xz=5.4.5-r0 \
\
&& apk add --no-cache \
libcrypto3=3.1.4-r5 \
libssl3=3.1.4-r5 \
libcrypto3=3.1.4-r6 \
libssl3=3.1.4-r6 \
musl-utils=1.2.4_git20230717-r4 \
musl=1.2.4_git20230717-r4 \
\