From b09b33020b728eb83bd2bade66e063b46b6faa20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Mon, 9 Feb 2026 22:58:21 +0100 Subject: [PATCH] feat: update to debian testing (forky) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4afb7ce..5b337a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:trixie-slim AS base +FROM debian:testing-slim AS base LABEL org.opencontainers.image.source="https://github.com/C4illin/ConvertX" WORKDIR /app