From dda7a09aa0397ccf28e5ab789ba7e25d709d52b7 Mon Sep 17 00:00:00 2001 From: sir-patches-alot Date: Thu, 30 Jul 2026 10:28:33 -0500 Subject: [PATCH] patch: bump ubuntu from 18.04 to 22.04 --- test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.Dockerfile b/test.Dockerfile index 3fa8d61..1ec509b 100644 --- a/test.Dockerfile +++ b/test.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 "