mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-06 20:21:24 +00:00
⬆️ Update Debian base image to v12.10 (#184)
This commit is contained in:
parent
63a1c66a2f
commit
01d7a11274
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=debian:12.9-slim
|
ARG BUILD_FROM=debian:12.10-slim
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: arm64v8/debian:12.9-slim
|
aarch64: arm64v8/debian:12.10-slim
|
||||||
amd64: amd64/debian:12.9-slim
|
amd64: amd64/debian:12.10-slim
|
||||||
armhf: arm32v5/debian:12.9-slim
|
armhf: arm32v5/debian:12.10-slim
|
||||||
armv7: arm32v7/debian:12.9-slim
|
armv7: arm32v7/debian:12.10-slim
|
||||||
i386: i386/debian:12.9-slim
|
i386: i386/debian:12.10-slim
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue