From 3c6750d0b1ce61ae938ec1e9a8e28fb79a1b4a5f Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Thu, 20 Aug 2020 13:22:52 +0200 Subject: [PATCH] =?UTF-8?q?Upgrade=20base=20image=20jessie=E2=86=92buster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frank Villaro-Dixon --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc42b71..67d04f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:buster MAINTAINER Adrian Mouat RUN apt-get update \