From e3be0732850077d35c3d67c74cc6c18002b2a15a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 05:31:41 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to resolute-20260404 --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 19785d2..f3f87a7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:resolute-20260401 AS builder +FROM ubuntu:resolute-20260404 AS builder ENV DEBIAN_FRONTEND=noninteractive @@ -19,7 +19,7 @@ WORKDIR /build/cryptomator-android/ ENTRYPOINT ["/bin/bash", "/build/build.sh"] -FROM ubuntu:resolute-20260401 AS signer +FROM ubuntu:resolute-20260404 AS signer ENV DEBIAN_FRONTEND=noninteractive