From ad4e9c269400c4942a50c1b565098d2351aec716 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Sat, 15 Feb 2025 01:38:14 -0800 Subject: [PATCH] Change Ubuntu base image for Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d36f97..6f4f825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Ubuntu base image -FROM ubuntu:jammy +FROM ubuntu:22.04 LABEL maintainer="Evil0ctal" # Set non-interactive frontend (useful for Docker builds)