2 次代码提交 625a9143bb ... 8cce2874c0

作者 SHA1 备注 提交日期
  dependabot[bot] 8cce2874c0 Bump docker/setup-qemu-action from 4.2.0 to 4.3.0 (#130) 2 周之前
  Fabian Peter Hammerle 0619e1e833 upgrade openssh-server package from v10.3_p1-r0 to v10.3_p1-r1 2 周之前
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/container-image.yml
  2. 1 1
      Dockerfile

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

@@ -12,7 +12,7 @@ jobs:
   docker-build:
     runs-on: ubuntu-24.04
     steps:
-    - uses: docker/setup-qemu-action@v4.2.0
+    - uses: docker/setup-qemu-action@v4.3.0
     - uses: docker/setup-buildx-action@v4.3.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

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ FROM docker.io/alpine:3.24.1
 ARG BORGBACKUP_PACKAGE_VERSION=1.4.4-r1
 # https://www.openssh.com/releasenotes.html
 # https://git.alpinelinux.org/aports/log/main/openssh?h=3.24-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=10.3_p1-r0
+ARG OPENSSH_SERVER_PACKAGE_VERSION=10.3_p1-r1
 # https://git.alpinelinux.org/aports/log/community/tini?h=3.24-stable
 ARG TINI_PACKAGE_VERSION=0.19.0-r3
 ARG USER=borg