From 04d37f2b55b3eb61b09ca5d32e03fcff6b90d599 Mon Sep 17 00:00:00 2001 From: sarthakpati Date: Wed, 12 Jul 2023 15:16:36 -0400 Subject: [PATCH] updated base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5935828..158a53d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:xenial +FROM ubuntu:bionic ARG DEBIAN_FRONTEND=noninteractive LABEL authors="FeTS_AI "