Skip to content

Commit

Permalink
Use End-of-Life Debian images for stretch and jessie.
Browse files Browse the repository at this point in the history
  • Loading branch information
monomycelium authored and dlech committed Jun 30, 2024
1 parent ed53840 commit 1b31130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ev3dev-jessie/debian-jessie-cross.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian/eol:jessie

# setup repositories and install required packages
COPY apt.sources.list.debian /etc/apt/sources.list
Expand Down
2 changes: 1 addition & 1 deletion ev3dev-stretch/debian-stretch-cross.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian/eol:stretch

# setup repositories and install required packages
COPY apt.sources.list.debian /etc/apt/sources.list
Expand Down

0 comments on commit 1b31130

Please sign in to comment.