From 8684208fd06f148f2372b1745d280e0706b63d5d Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 7 Oct 2022 14:42:27 +0200 Subject: [PATCH] Update base to Debian Bullseye Signed-off-by: J0WI --- translations/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/Dockerfile b/translations/Dockerfile index 870f439f..5f5b7f57 100644 --- a/translations/Dockerfile +++ b/translations/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM debian:bullseye-slim MAINTAINER Morris Jobke