John 8 mesi fa
parent
commit
9430ccbc20

+ 6 - 6
.github/workflows/libtorrent2.yml

@@ -9,10 +9,10 @@ on:
 jobs:
 jobs:
   job1:
   job1:
     name: buildx tag
     name: buildx tag
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       - name: 'Set env'
       - name: 'Set env'
         run: |
         run: |
@@ -21,25 +21,25 @@ jobs:
 
 
       - name: Set up QEMU
       - name: Set up QEMU
         id: qemu
         id: qemu
-        uses: docker/setup-qemu-action@v2
+        uses: docker/setup-qemu-action@v3
         with:
         with:
           platforms: all
           platforms: all
 
 
       - name: Set up Docker Buildx
       - name: Set up Docker Buildx
         id: buildx
         id: buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
         with:
         with:
           version: latest
           version: latest
 
 
       - name: Login to GHCR
       - name: Login to GHCR
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         with:
         with:
           registry: ghcr.io
           registry: ghcr.io
           username: ${{ github.actor }}
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
           password: ${{ secrets.GITHUB_TOKEN }}
 
 
       - name: Build and push
       - name: Build and push
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v6
         with:
         with:
           context: ./qBittorrent
           context: ./qBittorrent
           file: ./qBittorrent/Dockerfile.libtorrent2
           file: ./qBittorrent/Dockerfile.libtorrent2

+ 1 - 1
qBittorrent/Dockerfile.libtorrent2

@@ -1,6 +1,6 @@
 FROM alpine:3.21
 FROM alpine:3.21
 
 
-ARG LIBTORRENT_VER=2.0.10
+ARG LIBTORRENT_VER=2.0.11
 
 
 RUN apk add --no-cache --virtual libtorrentdep ca-certificates cmake build-base boost-dev wget openssl-dev samurai \
 RUN apk add --no-cache --virtual libtorrentdep ca-certificates cmake build-base boost-dev wget openssl-dev samurai \
 #libtorrent-rasterbar
 #libtorrent-rasterbar