From 48d824f56d34646722c50a24baa20ac69cd93110 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 7 Sep 2023 14:13:24 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb5e556a..8ae894a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic-20200921 +FROM ubuntu:23.10 # setup installation RUN apt-get update && \