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