Browse Source

upgrade openssh-server package from v9.1_p1-r1 to v9.1_p1-r2 (double free patch)

https://web.archive.org/web/20230203092950/https://git.alpinelinux.org/aports/commit/main/openssh?h=3.17-stable&id=dcb5c2cc1e0184bf3d57e5ca57c04fb910bd4268

https://github.com/fphammerle/docker-borgbackup-sshd/commit/1f8157ee9b184a88bd0cd2059da0dd495300c073
Fabian Peter Hammerle 1 year ago
parent
commit
b73e54b98f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM docker.io/alpine:3.17.1
 
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.1_p1-r1
+ARG OPENSSH_SERVER_PACKAGE_VERSION=9.1_p1-r2
 ENV SSHD_HOST_KEYS_DIR=/etc/ssh/host_keys
 ENV CLIENT_USER=nonroot
 ENV CLIENT_HOME=/home/$CLIENT_USER