Browse Source

upgrade openssh server package v8.6_p1-r{2->3} (CVE-2021-41617)

https://www.cve.org/CVERecord?id=CVE-2021-41617

https://git.alpinelinux.org/aports/commit/main/openssh?id=d10d87c0d9c31c3fe062e31ae65e3c05a8b6a060

https://github.com/fphammerle/docker-sftpd/commit/b8c194bb3b8c8b347644a32e8bbc44d9a5234621
Fabian Peter Hammerle 2 years ago
parent
commit
524b5fa0e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM alpine:3.14.2
 
-ARG OPENSSH_SERVER_PACKAGE_VERSION=8.6_p1-r2
+ARG OPENSSH_SERVER_PACKAGE_VERSION=8.6_p1-r3
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys