From 9bd06a85ab6301fe9f0c7652cb6a85914a48d9e1 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Reardon Date: Wed, 13 May 2026 10:41:48 -0500 Subject: [PATCH] updating dockerfile to use an ubuntu 24.04 based image to resolve security vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed4acb..be7114c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/powershell +FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04 USER 1000:1000