Change Ubuntu base image for Dockerfile

This commit is contained in:
Evil0ctal 2025-02-15 01:38:14 -08:00
parent fd5b7287ee
commit ad4e9c2694

View File

@ -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)