From 68657fff41dd3a70fb837a3d21c168e958c8bc22 Mon Sep 17 00:00:00 2001 From: Son Date: Sat, 4 May 2024 20:53:55 -0400 Subject: [PATCH] fix libc6 version pin --- bookworm/Dockerfile | 6 +++--- bullseye/Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bookworm/Dockerfile b/bookworm/Dockerfile index 9409d86..18453a7 100644 --- a/bookworm/Dockerfile +++ b/bookworm/Dockerfile @@ -113,13 +113,13 @@ RUN set -x \ && dpkg --add-architecture i386 \ && apt-get update \ && apt-get install -y --no-install-recommends --no-install-suggests \ - libc6:i386=2.36-9+deb12u6 \ - libc6:armhf=2.36-9+deb12u6 \ + libc6:i386=2.36-9+deb12u7 \ + libc6:armhf=2.36-9+deb12u7 \ libstdc++6:armhf=12.2.0-14 \ ca-certificates=20230311 \ nano=7.2-1 \ curl=7.88.1-10+deb12u5 \ - locales=2.36-9+deb12u6 \ + locales=2.36-9+deb12u7 \ wget=1.21.3-1+b1 \ gnupg=2.2.40-1.1 \ && wget --progress=dot:giga https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list \ diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index 1d3bebb..04fbea6 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -113,13 +113,13 @@ RUN set -x \ && dpkg --add-architecture i386 \ && apt-get update \ && apt-get install -y --no-install-recommends --no-install-suggests \ - libc6:i386=2.31-13+deb11u9 \ - libc6:armhf=2.31-13+deb11u9 \ + libc6:i386=2.31-13+deb11u10 \ + libc6:armhf=2.31-13+deb11u10 \ libstdc++6:armhf=10.2.1-6 \ ca-certificates=20210119 \ nano=5.4-2+deb11u2 \ curl=7.74.0-1.3+deb11u11 \ - locales=2.31-13+deb11u9 \ + locales=2.31-13+deb11u10 \ wget=1.21-1+deb11u1 \ gnupg=2.2.27-2+deb11u2 \ && wget --progress=dot:giga https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list \