John пре 8 месеци
родитељ
комит
9430ccbc20
2 измењених фајлова са 7 додато и 7 уклоњено
  1. 6 6
      .github/workflows/libtorrent2.yml
  2. 1 1
      qBittorrent/Dockerfile.libtorrent2

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

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

+ 1 - 1
qBittorrent/Dockerfile.libtorrent2

@@ -1,6 +1,6 @@
 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 \
 #libtorrent-rasterbar