From 27864459182809f4703e4b405fb05de5b4c74011 Mon Sep 17 00:00:00 2001 From: sir-patches-alot Date: Thu, 30 Jul 2026 10:28:46 -0500 Subject: [PATCH] patch: bump ubuntu from 18.04 to 22.04 --- test3.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test3.Dockerfile b/test3.Dockerfile index cdc9a11..00c6a5e 100644 --- a/test3.Dockerfile +++ b/test3.Dockerfile @@ -3,7 +3,7 @@ # The Ubuntu-based CircleCI Docker Image. Only use Ubuntu Long-Term Support # (LTS) releases. -FROM ubuntu:18.04 +FROM ubuntu:22.04 LABEL maintainer="CircleCI "