From 8ce545fccaa1f199224b91212bcd625432201cbd Mon Sep 17 00:00:00 2001 From: Torsten Grote <t@grobox.de> Date: Wed, 16 May 2018 11:44:01 -0300 Subject: [PATCH] Explicitly specify current Debian stable as stretch to prevent CI failures when a new stable comes out --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa69950..44051f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable +FROM debian:stretch ENV LANG=C.UTF-8 ENV DEBIAN_FRONTEND=noninteractive -- GitLab