From 4fb05a37e827cd68211a208e141078184d300d5b Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Mon, 14 May 2018 17:27:55 +0200 Subject: [PATCH] Revert "Update debian version" This reverts commit 672caacb7e115508c57bd92763c5576791a676fd. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5695636..7adcba3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:stretch MAINTAINER Benjamin Bohard RUN apt update && apt install -y ca-certificates gnupg aptly aptly-publisher && apt clean