From b013b4d0bce32f5710a69b4d76224a7088f09d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 15 Feb 2026 12:49:11 +0100 Subject: [PATCH] feat: update to debian testing (forky) (#534) --- 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