Skip to content

Commit 26034e3

Browse files
committed
unix: update to final Debian snapshot with wheezy packages
wheezy is no longer available on snapshot.debian.org. Let's update to the final snapshot containing it.
1 parent f583266 commit 26034e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CMD ["/bin/bash", "--login"]
1818
WORKDIR '/build'
1919

2020
RUN for s in debian_wheezy debian_wheezy-updates debian_wheezy-backports debian-security_wheezy/updates; do \
21-
echo "deb http://snapshot.debian.org/archive/${s%_*}/20181129T234109Z/ ${s#*_} main"; \
21+
echo "deb http://snapshot.debian.org/archive/${s%_*}/20190321T212815Z/ ${s#*_} main"; \
2222
done > /etc/apt/sources.list && \
2323
( echo 'quiet "true";'; \
2424
echo 'APT::Get::Assume-Yes "true";'; \

0 commit comments

Comments
 (0)