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
c74b66a9b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM docker.io/alpine:3.19.0
 
 # 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
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys