From 57faa81d512da38811612e3a0e0229b3b5778edd Mon Sep 17 00:00:00 2001 From: "Pavel@Vostro5468" Date: Sat, 19 Jun 2021 00:07:53 +0300 Subject: [PATCH] migrated to ubuntu 20.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23efc5f..8f94c67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:10 +FROM ubuntu:20.04 COPY ./etc /tmp/etc