diff --git a/docker/Dockerfile b/docker/Dockerfile index dc9c4b7101..59901d7b2c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,9 +6,9 @@ ARG BASEIMGTYPE=docker # https://github.com/hassio-addons/addon-debian-base/releases -FROM ghcr.io/hassio-addons/debian-base:6.2.0 AS base-hassio +FROM ghcr.io/hassio-addons/debian-base:6.2.3 AS base-hassio # https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye -FROM debian:bullseye-20221024-slim AS base-docker +FROM debian:bullseye-20230208-slim AS base-docker FROM base-${BASEIMGTYPE} AS base @@ -26,7 +26,7 @@ RUN \ python3-cryptography=3.3.2-1 \ iputils-ping=3:20210202-1 \ git=1:2.30.2-1 \ - curl=7.74.0-1.3+deb11u5 \ + curl=7.74.0-1.3+deb11u7 \ openssh-client=1:8.4p1-5+deb11u1 \ && rm -rf \ /tmp/* \