5 次代碼提交 5c3b235adf ... 9de00061e2

作者 SHA1 備註 提交日期
  Fabian Peter Hammerle 9de00061e2 pipeline: upgrade runner from ubuntu v20.04 to v24.04 3 周之前
  dependabot[bot] 4b588cae46 Bump docker/setup-qemu-action from 3.4.0 to 3.5.0 (#102) 2 月之前
  dependabot[bot] db10e474b0 Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#100) 2 月之前
  dependabot[bot] ab8a85ed7f Bump docker/build-push-action from 6.13.0 to 6.15.0 (#101) 2 月之前
  dependabot[bot] 35a0029b5f Bump alpine from 3.21.2 to 3.21.3 (#99) 2 月之前
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 4 4
      .github/workflows/container-image.yml
  2. 1 1
      Dockerfile

+ 4 - 4
.github/workflows/container-image.yml

@@ -10,16 +10,16 @@ on:
 
 jobs:
   docker-build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     steps:
-    - uses: docker/setup-qemu-action@v3.4.0
-    - uses: docker/setup-buildx-action@v3.9.0
+    - uses: docker/setup-qemu-action@v3.6.0
+    - uses: docker/setup-buildx-action@v3.10.0
     # > By default, this action uses the Git context so you don't need to use
     # > the actions/checkout action to checkout the repository because this
     # > will be done directly by buildkit. [...]
     # > any file mutation in the steps that precede [...] will be ignored
     # https://github.com/marketplace/actions/build-and-push-docker-images
-    - uses: docker/build-push-action@v6.13.0
+    - uses: docker/build-push-action@v6.15.0
       with:
         platforms: |
           linux/amd64

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.21.2
+FROM docker.io/alpine:3.21.3
 
 # https://www.borgbackup.org/releases/
 # https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.21-stable