JeffVandrewJr / patron

LibrePatron: A Self-Hosted Patreon Alternative for BTCPay

Home Page:https://librepatron.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Version missmatch

uhlhosting opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
Deploy latest released btcpayserver-docker
Install patron via btcpay server

If one checks the

docker-compose-generator/docker-fragments/opt-add-librepatron.yml                                         
version: '3'
services:
    librepatron:
        container_name: librepatron
        restart: unless-stopped
        image: jvandrew/librepatron:0.7.39

Expected behavior
To get version 0.7.39

Screenshots
In reality we get 0.7.37

image

Now I am not sure if this is a typo somewhere so it seems to me. Maybe forgot to bump the version in latest release?
Additional context
Add any other context about the problem here.