From 06b44d2f7c9003b10ad7d3a78afd7debb1f2d57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 15:45:31 +0000 Subject: [PATCH] Bump ubuntu from 18.04 to 20.04 Bumps ubuntu from 18.04 to 20.04. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d0c8bb..6511046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN apt-get update && \ apt-get install -y wget curl