Browse Source

upgrade openssh-server package from v9.3_p1-r3 to v9.3_p2-r0 (CVE-2023-38408)

https://web.archive.org/web/20230722083727/https://www.openssh.com/releasenotes.html
https://web.archive.org/web/20230722083746/https://git.alpinelinux.org/aports/commit/main/openssh?h=3.18-stable&id=0f70567414d4bfde42478d35dd4afe84ab7ec66d

https://github.com/fphammerle/docker-borgbackup-sshd/commit/a5d15a446a9a8a9b2b019678d9f22e9495d8ca55
Fabian Peter Hammerle 9 months ago
parent
commit
e53c707158
3 changed files with 3 additions and 3 deletions
  1. 3 1
      Dockerfile
  2. 0 1
      openssh-package-log.url
  3. 0 1
      openssh-release-notes.url

+ 3 - 1
Dockerfile

@@ -1,6 +1,8 @@
 FROM docker.io/alpine:3.18.2
 
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.3_p1-r3
+# https://www.openssh.com/releasenotes.html
+# https://git.alpinelinux.org/aports/log/main/openssh?h=3.18-stable
+ARG OPENSSH_SERVER_PACKAGE_VERSION=9.3_p2-r0
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys

+ 0 - 1
openssh-package-log.url

@@ -1 +0,0 @@
-https://git.alpinelinux.org/aports/log/main/openssh?h=3.18-stable

+ 0 - 1
openssh-release-notes.url

@@ -1 +0,0 @@
-https://www.openssh.com/releasenotes.html