From 27b906a70c08caf0a73ff14ce19d2ac7f5bcb8d9 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 23 Feb 2025 17:37:30 -0500 Subject: [PATCH] Update Debian Slim image and use different source --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad68921..965bd45 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Debain 12 as the Base -FROM ark.sudovanilla.org/korbs/debian-slim:amd64 +FROM ghcr.io/linuxcontainers/debian-slim:latest # Run as root USER root