2 Commits 47ad70e8d5 ... a8684d15a8

Author SHA1 Message Date
  Fabian Peter Hammerle a8684d15a8 upgrade openssh-server package from v10.0_p1-r9 to v10.0_p1-r10 2 weeks ago
  dependabot[bot] 851240ae5d Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#110) 3 weeks ago
2 changed files with 2 additions and 2 deletions
  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@v3.6.0
+    - uses: docker/setup-qemu-action@v3.7.0
     - uses: docker/setup-buildx-action@v3.11.1
     # > 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.22.2
 ARG BORGBACKUP_PACKAGE_VERSION=1.4.2-r0
 # https://www.openssh.com/releasenotes.html
 # https://git.alpinelinux.org/aports/log/main/openssh?h=3.22-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=10.0_p1-r9
+ARG OPENSSH_SERVER_PACKAGE_VERSION=10.0_p1-r10
 # https://git.alpinelinux.org/aports/log/community/tini?h=3.22-stable
 ARG TINI_PACKAGE_VERSION=0.19.0-r3
 ARG USER=borg