Browse Source

upgrade openssh-server package from v9.5_p1-r0 to v9.6_p1-r0

https://web.archive.org/web/20231223082221/https://www.openssh.com/releasenotes.html
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.19-stable&id=f73f84785693bbb1905ee679a50917e8bd1e44da
Fabian Peter Hammerle 4 months ago
parent
commit
e28ab12222
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,10 +1,10 @@
 FROM docker.io/alpine:3.19.0
 
-# https://git.alpinelinux.org/aports/log/main/rsync?h=3.18-stable
+# https://git.alpinelinux.org/aports/log/main/rsync?h=3.19-stable
 ARG RSYNC_PACKAGE_VERSION=3.2.7-r4
 # https://www.openssh.com/releasenotes.html
 # https://git.alpinelinux.org/aports/log/main/openssh?h=3.19-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.5_p1-r0
+ARG OPENSSH_SERVER_PACKAGE_VERSION=9.6_p1-r0
 RUN apk add --no-cache \
     openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION \
     rrsync=$RSYNC_PACKAGE_VERSION \