From 47279a86af63e9547d8eae33be5e2b76a3227260 Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 15 Sep 2024 22:06:58 -0400 Subject: [PATCH] Upgraded Ubunto to 22.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57edb96..cfab04c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:22.04 LABEL maintainer="Bill Ballou " ARG VERSION