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