Skip to content

Commit

Permalink
fix libc6 version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 5, 2024
1 parent 47bf514 commit 68657ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 68657ff

Please sign in to comment.