From f0a4e8fc88ea4bae3b880c70e6bce64cb012b2d6 Mon Sep 17 00:00:00 2001 From: Kyle Speight Date: Fri, 29 May 2026 23:01:02 -0700 Subject: [PATCH] Update Dockerfile --- tarkov/v4.0.11/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarkov/v4.0.11/Dockerfile b/tarkov/v4.0.11/Dockerfile index 9bc5d37..30415b8 100644 --- a/tarkov/v4.0.11/Dockerfile +++ b/tarkov/v4.0.11/Dockerfile @@ -24,7 +24,7 @@ RUN wget -q https://dot.net/v1/dotnet-install.sh \ # 3. Install PowerShell (Using the Ubuntu 22.04 repo) # We add the repo manually to ensure it's correct -RUN wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb \ +RUN wget -q https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb \ && dpkg -i packages-microsoft-prod.deb \ && rm packages-microsoft-prod.deb \ # Force update again to ensure the new repo is picked up