Upgrades add-on base image to 6.2.0 (#4310)

This commit is contained in:
Franck Nijhof 2023-01-18 17:23:35 +01:00 committed by Jesse Hills
parent 75c9823899
commit 73748e9e20
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -6,7 +6,7 @@
ARG BASEIMGTYPE=docker
# https://github.com/hassio-addons/addon-debian-base/releases
FROM ghcr.io/hassio-addons/debian-base:6.1.3 AS base-hassio
FROM ghcr.io/hassio-addons/debian-base:6.2.0 AS base-hassio
# https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye
FROM debian:bullseye-20221024-slim AS base-docker