From fa5c07d25ec2fbd0627a8c90b193247da53e7e34 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 12 Apr 2026 10:48:33 +0200 Subject: [PATCH] build(deps): bump age from 1.2.1-r13 to 1.2.1-r14 --- crypt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt/Dockerfile b/crypt/Dockerfile index 6ffc122..8dbb4b7 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-r13 \ + age=1.2.1-r14 \ coreutils=9.8-r1 \ curl=8.17.0-r1 \ fscryptctl=1.3.0-r0 \