From 2c1ec84dc7c978390c0c69e78217f300f0b68c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 4 Jun 2025 17:37:11 +0200 Subject: [PATCH] Prepare 2.6.13 release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24e05d7..7c83621 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM alpine:3.18 COPY --from=builder /go/bin/envsubst /usr/bin/envsubst -ARG WALLABAG_VERSION=2.6.12 +ARG WALLABAG_VERSION=2.6.13 RUN set -ex \ && apk add --no-cache \