Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Hawser/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Hawser/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down