Skip to content

Commit 3fb505f

Browse files
committed
unix: revert Debian base image upgrade
This introduced a new shared library dependency on ld-linux-x86-64.so.2. I'm unsure if this is part of the LSB and don't want to take the time to investigate right now.
1 parent 954abad commit 3fb505f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpython-unix/base.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Debian Jessie.
2-
FROM debian@sha256:40d6faa8c33e8ab03428ad97fc109c369fb510d99f4700df9058940ac9944f09
2+
FROM debian@sha256:e180975d5c1012518e711c92ab26a4ff98218f439a97d9adbcd503b0d3ad1c8a
33
MAINTAINER Gregory Szorc <[email protected]>
44

55
RUN groupadd -g 1000 build && \
@@ -18,7 +18,7 @@ CMD ["/bin/bash", "--login"]
1818
WORKDIR '/build'
1919

2020
RUN for s in debian_jessie debian_jessie-updates debian-security_jessie/updates; do \
21-
echo "deb http://snapshot.debian.org/archive/${s%_*}/20210223T023121Z/ ${s#*_} main"; \
21+
echo "deb http://snapshot.debian.org/archive/${s%_*}/20200930T144429Z/ ${s#*_} main"; \
2222
done > /etc/apt/sources.list && \
2323
( echo 'quiet "true";'; \
2424
echo 'APT::Get::Assume-Yes "true";'; \

0 commit comments

Comments
 (0)