Update Debian Slim image and use different source

This commit is contained in:
Korbs 2025-02-23 17:37:30 -05:00
parent 5dcc4ca125
commit 27b906a70c
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

View file

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