From 9f896bd577cdb976491cd4024a8b34d93f727175 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Thu, 4 Jun 2020 16:15:21 +0200 Subject: [PATCH] update to debian 10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 220d471..9e1e6bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:9 +FROM debian:10 RUN apt-get update \ && apt-get install -y git subversion python build-essential gawk unzip libelf-dev libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \ -- GitLab