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"