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.8
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.1.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 8, 2023

  1. ⬆️ Update Alpine base image to v3.18.3 (#257)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 8, 2023
    Copy the full SHA
    f4e4f6f View commit details
Showing with 6 additions and 6 deletions.
  1. +1 −1 base/Dockerfile
  2. +5 −5 base/build.yaml
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=alpine:3.18.2
ARG BUILD_FROM=alpine:3.18.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

10 changes: 5 additions & 5 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
build_from:
aarch64: arm64v8/alpine:3.18.2
amd64: amd64/alpine:3.18.2
armhf: arm32v6/alpine:3.18.2
armv7: arm32v7/alpine:3.18.2
i386: i386/alpine:3.18.2
aarch64: arm64v8/alpine:3.18.3
amd64: amd64/alpine:3.18.3
armhf: arm32v6/alpine:3.18.3
armv7: arm32v7/alpine:3.18.3
i386: i386/alpine:3.18.3
codenotary:
signer: codenotary@frenck.dev