From e5fb6f10f895601337c124eae627a698241e7338 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Fri, 26 Jul 2024 20:22:49 +0200 Subject: [PATCH] update linkwarden version to 2.6.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 863df38..6929ee3 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="linkwarden" -LINKWARDEN_TAG="v2.6.0" +LINKWARDEN_TAG="v2.6.2" # Create a new empty container image container=$(buildah from scratch)