From df33a96f272246bd4794d5b4476303f0045da713 Mon Sep 17 00:00:00 2001 From: MattFryer <8959047+MattFryer@users.noreply.github.com> Date: Sun, 14 Jun 2026 10:45:10 +0000 Subject: [PATCH] chore: update Hawser to v0.2.45 --- Hawser/Dockerfile | 2 +- Hawser/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Hawser/Dockerfile b/Hawser/Dockerfile index 2066bbf..5df918f 100644 --- a/Hawser/Dockerfile +++ b/Hawser/Dockerfile @@ -1,5 +1,5 @@ # Grab the upstream Hawser image -ARG BASE=ghcr.io/finsys/hawser:0.2.42 +ARG BASE=ghcr.io/finsys/hawser:0.2.45 FROM ${BASE} # Replace the entrypoint with the one from this repo diff --git a/Hawser/config.yaml b/Hawser/config.yaml index a232f13..55e5bda 100644 --- a/Hawser/config.yaml +++ b/Hawser/config.yaml @@ -1,5 +1,5 @@ name: "Hawser" -version: "0.2.42-0" +version: "0.2.45-0" slug: hawser description: "Docker stack deployment and management via a remote API" url: "https://github.com/finsys/hawser"