mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 12:41:31 +00:00
Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
|
78d251cafe | ||
|
8a9369e3a5 | ||
|
16555d24c1 | ||
|
01d7a11274 | ||
|
63a1c66a2f | ||
|
409ebb45f5 | ||
|
0d060600e6 |
2 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:12.9-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 \
|
||||
\
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: arm64v8/debian:12.9-slim
|
||||
amd64: amd64/debian:12.9-slim
|
||||
armhf: arm32v5/debian:12.9-slim
|
||||
armv7: arm32v7/debian:12.9-slim
|
||||
i386: i386/debian:12.9-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue