File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ CMD ["/bin/bash", "--login"]
18
18
WORKDIR '/build'
19
19
20
20
# Jessie's signing keys expired in late 2022. So need to add [trusted=yes] to force trust.
21
+ # Jessie stopped publishing snapshots in March 2023.
21
22
RUN for s in debian_jessie debian_jessie-updates debian-security_jessie/updates; do \
22
- echo "deb [trusted=yes] http://snapshot.debian.org/archive/${s%_*}/20221105T150728Z / ${s#*_} main" ; \
23
+ echo "deb [trusted=yes] http://snapshot.debian.org/archive/${s%_*}/20230322T152120Z / ${s#*_} main" ; \
23
24
done > /etc/apt/sources.list && \
24
25
( echo 'quiet "true";' ; \
25
26
echo 'APT::Get::Assume-Yes "true";' ; \
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ ENV HOME=/build \
17
17
CMD ["/bin/bash" , "--login" ]
18
18
WORKDIR '/build'
19
19
20
+ # Stretch stopped publishing snapshots in April 2023.
20
21
RUN for s in debian_stretch debian_stretch-updates debian-security_stretch/updates; do \
21
- echo "deb http://snapshot.debian.org/archive/${s%_*}/20221105T150728Z / ${s#*_} main" ; \
22
+ echo "deb http://snapshot.debian.org/archive/${s%_*}/20230423T032533Z / ${s#*_} main" ; \
22
23
done > /etc/apt/sources.list && \
23
24
( echo 'quiet "true";' ; \
24
25
echo 'APT::Get::Assume-Yes "true";' ; \
You can’t perform that action at this time.
0 commit comments