From 0e8b66431d17d18b5a64d59a660f821d8eeae73c Mon Sep 17 00:00:00 2001 From: cubag Date: Mon, 20 Feb 2023 19:28:53 +0000 Subject: [PATCH] Updates base image to ubuntu 20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62702f2..03d0715 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:18.04 +FROM ubuntu:20.04 # Set the working directory to /app WORKDIR /app/EE -- 2.25.1