From a68e6117da622e83364d76f8f2eb8924b1e7654a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 05:50:58 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to resolute-20260421 --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 0b81760..cc81d6a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:resolute-20260413 AS builder +FROM ubuntu:resolute-20260421 AS builder ENV DEBIAN_FRONTEND=noninteractive @@ -19,7 +19,7 @@ WORKDIR /build/cryptomator-android/ ENTRYPOINT ["/bin/bash", "/build/build.sh"] -FROM ubuntu:resolute-20260413 AS signer +FROM ubuntu:resolute-20260421 AS signer ENV DEBIAN_FRONTEND=noninteractive