Browse Source

upgrade openssh-server package from v10.3_p1-r0 to v10.3_p1-r1

Co-authored-by: Clawbot (Kimi K2.5) <clawbot@openclaw.ai>
Fabian Peter Hammerle 3 days ago
parent
commit
0619e1e833
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 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