mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 06:58:11 +01:00
Bump docker dependencies (#3281)
This commit is contained in:
parent
6bf733e24e
commit
3208c8ed1e
1 changed files with 6 additions and 6 deletions
|
@ -6,13 +6,13 @@
|
||||||
ARG BASEIMGTYPE=docker
|
ARG BASEIMGTYPE=docker
|
||||||
|
|
||||||
# https://github.com/hassio-addons/addon-debian-base/releases
|
# https://github.com/hassio-addons/addon-debian-base/releases
|
||||||
FROM ghcr.io/hassio-addons/debian-base/amd64:5.2.3 AS base-hassio-amd64
|
FROM ghcr.io/hassio-addons/debian-base/amd64:5.3.0 AS base-hassio-amd64
|
||||||
FROM ghcr.io/hassio-addons/debian-base/aarch64:5.2.3 AS base-hassio-arm64
|
FROM ghcr.io/hassio-addons/debian-base/aarch64:5.3.0 AS base-hassio-arm64
|
||||||
FROM ghcr.io/hassio-addons/debian-base/armv7:5.2.3 AS base-hassio-armv7
|
FROM ghcr.io/hassio-addons/debian-base/armv7:5.3.0 AS base-hassio-armv7
|
||||||
# https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye
|
# https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye
|
||||||
FROM debian:bullseye-20220125-slim AS base-docker-amd64
|
FROM debian:bullseye-20220228-slim AS base-docker-amd64
|
||||||
FROM debian:bullseye-20220125-slim AS base-docker-arm64
|
FROM debian:bullseye-20220228-slim AS base-docker-arm64
|
||||||
FROM debian:bullseye-20220125-slim AS base-docker-armv7
|
FROM debian:bullseye-20220228-slim AS base-docker-armv7
|
||||||
|
|
||||||
# Use TARGETARCH/TARGETVARIANT defined by docker
|
# Use TARGETARCH/TARGETVARIANT defined by docker
|
||||||
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
||||||
|
|
Loading…
Reference in a new issue