mirror of
https://github.com/repo-runner/debian-docker.git
synced 2024-11-08 13:50:05 +00:00
Fix: Debian stretch is ancient, build against current stable
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
93dc770786
commit
342aa662c3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:stretch
|
||||
FROM debian:stable
|
||||
|
||||
LABEL maintainer Knut Ahlers <knut@ahlers.me>
|
||||
|
||||
|
|
Loading…
Reference in a new issue