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