mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 12:41:31 +00:00
⬆️ Upgrades base image to Debian Bullseye 20210902 (#82)
This commit is contained in:
parent
644f4e9c6b
commit
7cb5d3a457
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:bullseye-20210816-slim
|
||||
ARG BUILD_FROM=debian:bullseye-20210902-slim
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"build_from": {
|
||||
"aarch64": "arm64v8/debian:bullseye-20210816-slim",
|
||||
"amd64": "amd64/debian:bullseye-20210816-slim",
|
||||
"armhf": "arm32v5/debian:bullseye-20210816-slim",
|
||||
"armv7": "arm32v7/debian:bullseye-20210816-slim",
|
||||
"i386": "i386/debian:bullseye-20210816-slim"
|
||||
"aarch64": "arm64v8/debian:bullseye-20210902-slim",
|
||||
"amd64": "amd64/debian:bullseye-20210902-slim",
|
||||
"armhf": "arm32v5/debian:bullseye-20210902-slim",
|
||||
"armv7": "arm32v7/debian:bullseye-20210902-slim",
|
||||
"i386": "i386/debian:bullseye-20210902-slim"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue