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 }} 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 }} diff --git a/0.104/Dockerfile b/0.104/Dockerfile index 643268e..6dd3086 100644 --- a/0.104/Dockerfile +++ b/0.104/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.0 +FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/0.105/Dockerfile b/0.105/Dockerfile index 99ef76e..79cb2e0 100644 --- a/0.105/Dockerfile +++ b/0.105/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.0 +FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/1.1/Dockerfile b/1.1/Dockerfile index 8995e55..4495e56 100644 --- a/1.1/Dockerfile +++ b/1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.0 +FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/1.2/Dockerfile b/1.2/Dockerfile index 5ce6d6a..58bc743 100644 --- a/1.2/Dockerfile +++ b/1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.0 +FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/1.4/Dockerfile b/1.4/Dockerfile index e347b8c..44f885e 100644 --- a/1.4/Dockerfile +++ b/1.4/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-clamav" 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 diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 713aec2..c78a257 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.1.0" +BASE_VERSION="6.1.1" echo "Base: ${BASE_VERSION}" CLAMAV_VERSIONS="0.104 0.105 1.1 1.2 1.4"