From f7b7be630b257b3ad6be4c2d1255e53d6c2caa2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Mon, 23 Sep 2024 19:34:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updated=20os=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pigpio/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pigpio/Dockerfile b/pigpio/Dockerfile index b1f0aaf..1607385 100644 --- a/pigpio/Dockerfile +++ b/pigpio/Dockerfile @@ -5,8 +5,8 @@ RUN apt-get update && apt-get -y --no-install-recommends install \ python2=2.7.18-3 \ python3=3.9.2-3 \ python-setuptools=44.1.1-1 \ - python3-setuptools=52.0.0-4 \ - git=1:2.30.2-1 \ + python3-setuptools=52.0.0-4+deb11u1 \ + git=1:2.30.2-1+deb11u2 \ build-essential=12.9 # hadolint ignore=DL3003