From 9977600cd412b127baafbd120395570bae4ac5bb Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:11:16 +0000 Subject: [PATCH 1/4] Bumping version to 5.1.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index acf69b4..3bff059 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.1.1 \ No newline at end of file From 5918318b85f0e700e491bc29de3e6be39bb72374 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 8 Dec 2025 09:11:16 +0000 Subject: [PATCH 2/4] Updating workflow actions --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 4e5b4a9..7153006 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -24,7 +24,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Update repo description with README.md - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} From d7a77d297e2e5517d358425cb5aac042d30a5c41 Mon Sep 17 00:00:00 2001 From: bfren Date: Thu, 18 Dec 2025 13:46:36 +0000 Subject: [PATCH 3/4] Updating workflow actions --- .github/workflows/workflow-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-cleanup.yml b/.github/workflows/workflow-cleanup.yml index 36fcf4f..3bcccd8 100644 --- a/.github/workflows/workflow-cleanup.yml +++ b/.github/workflows/workflow-cleanup.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete old workflow runs - uses: bfren/delete-workflow-runs@main + uses: bfren/delete-workflow-runs@v2 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }} From 3f2283cc06489ba7d412fff3563f4e18aa32d7b6 Mon Sep 17 00:00:00 2001 From: bfren Date: Thu, 18 Dec 2025 13:47:00 +0000 Subject: [PATCH 4/4] Using latest base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3fb717..3452ab4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.0 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-ftps"