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"