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

Commits on Feb 4, 2024

  1. ⬆️ Update alpine_3_19/tzdata to v2024 (#282)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 4, 2024
    Copy the full SHA
    d5d2713 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 base/Dockerfile
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ RUN \
bash=5.2.21-r0 \
curl=8.5.0-r0 \
jq=1.7.1-r0 \
tzdata=2023d-r0 \
tzdata=2024a-r0 \
\
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \