Compare commits

...

9 commits
v7.6.2 ... main

Author SHA1 Message Date
renovate[bot]
78d251cafe
⬆️ Update hassio-addons/bashio to v0.16.4 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-24 23:58:40 +02:00
renovate[bot]
8a9369e3a5
⬆️ Update debian_12/xz-utils to v5.4.1-1 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-10 11:51:56 +02:00
renovate[bot]
16555d24c1
⬆️ Update debian_12/tzdata to v2025b-0+deb12u1 (#185) 2025-03-29 07:54:53 +01:00
renovate[bot]
01d7a11274
⬆️ Update Debian base image to v12.10 (#184) 2025-03-19 19:37:21 +01:00
renovate[bot]
63a1c66a2f
⬆️ Update debian_12/tzdata to v2025 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-16 20:26:44 +01:00
renovate[bot]
409ebb45f5
⬆️ Update debian_12/curl to v7.88.1-10+deb12u12 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-16 20:15:52 +01:00
renovate[bot]
0d060600e6
⬆️ Update hassio-addons/bashio to v0.16.3 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-16 12:31:06 +01:00
renovate[bot]
577ba448d2
⬆️ Update Debian base image to v12.9 (#180) 2025-01-16 08:54:59 +01:00
Franck Nijhof
538cec509c
🎆 Updates maintenance/license year to 2025 (#179) 2025-01-04 16:56:17 +01:00
4 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# MIT License
Copyright (c) 2017-2024 Franck Nijhof
Copyright (c) 2017-2025 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -96,7 +96,7 @@ our [GitHub Repository][repository].
MIT License
Copyright (c) 2017-2024 Franck Nijhof
Copyright (c) 2017-2025 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -138,7 +138,7 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-debian-base/issues
[label-schema]: http://label-schema.org/
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-debian-base.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/Project%20Stage-Production%20Ready-brightgreen.svg

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=debian:12.8-slim
ARG BUILD_FROM=debian:12.10-slim
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install base system
ARG BUILD_ARCH=amd64
ARG BASHIO_VERSION="v0.16.2"
ARG BASHIO_VERSION="v0.16.4"
ARG S6_OVERLAY_VERSION="3.2.0.2"
ARG TEMPIO_VERSION="2024.11.2"
RUN \
@ -34,10 +34,10 @@ RUN \
&& apt-get install -y --no-install-recommends \
bash=5.2.15-2+b7 \
ca-certificates=20230311 \
curl=7.88.1-10+deb12u8 \
curl=7.88.1-10+deb12u12 \
jq=1.6-2.1 \
tzdata=2024b-0+deb12u1 \
xz-utils=5.4.1-0.2 \
tzdata=2025b-0+deb12u1 \
xz-utils=5.4.1-1 \
\
&& c_rehash \
\

View file

@ -1,9 +1,9 @@
---
build_from:
aarch64: arm64v8/debian:12.8-slim
amd64: amd64/debian:12.8-slim
armhf: arm32v5/debian:12.8-slim
armv7: arm32v7/debian:12.8-slim
i386: i386/debian:12.8-slim
aarch64: arm64v8/debian:12.10-slim
amd64: amd64/debian:12.10-slim
armhf: arm32v5/debian:12.10-slim
armv7: arm32v7/debian:12.10-slim
i386: i386/debian:12.10-slim
codenotary:
signer: codenotary@frenck.dev