From c43e7efd32e2d249bf1c7df443093ae73b1c2c4e Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 17 May 2026 11:28:04 +0200 Subject: [PATCH] build(deps): bump age from 1.2.1-r14 to 1.2.1-r15 --- crypt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt/Dockerfile b/crypt/Dockerfile index 2dbfb94..1c8874c 100644 --- a/crypt/Dockerfile +++ b/crypt/Dockerfile @@ -13,7 +13,7 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"] RUN apk upgrade --no-cache \ && apk add --no-cache \ - age=1.2.1-r14 \ + age=1.2.1-r15 \ coreutils=9.8-r1 \ curl=8.19.0-r0 \ fscryptctl=1.3.0-r0 \