From 64ee5df484ac392c36b0ba972dbfd6c187bb5129 Mon Sep 17 00:00:00 2001 From: MattFryer <8959047+MattFryer@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:13:46 +0000 Subject: [PATCH] chore: update Hawser to v0.2.41 --- Hawser/Dockerfile | 2 +- Hawser/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Hawser/Dockerfile b/Hawser/Dockerfile index 600a2fb..b7ac615 100644 --- a/Hawser/Dockerfile +++ b/Hawser/Dockerfile @@ -1,5 +1,5 @@ # Grab the upstream Hawser image -ARG BASE=ghcr.io/finsys/hawser:0.2.40 +ARG BASE=ghcr.io/finsys/hawser:0.2.41 FROM ${BASE} # Replace the entrypoint with the one from this repo diff --git a/Hawser/config.yaml b/Hawser/config.yaml index 636b0a5..b043002 100644 --- a/Hawser/config.yaml +++ b/Hawser/config.yaml @@ -1,5 +1,5 @@ name: "Hawser" -version: "0.2.40-0" +version: "0.2.41-0" slug: hawser description: "Docker stack deployment and management via a remote API" url: "https://github.com/finsys/hawser"