From 78ebf6e2033f42bb9552084a64224b14bd0f838d Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 13 Mar 2026 07:08:48 +0100 Subject: [PATCH] build(deps): bump age from 1.2.1-r12 to 1.2.1-r13 --- crypt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt/Dockerfile b/crypt/Dockerfile index d7f3ce0..3346df5 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-r12 \ + age=1.2.1-r13 \ coreutils=9.8-r1 \ curl=8.17.0-r1 \ fscryptctl=1.3.0-r0 \