Browse Source

upgrade openssh-server package from v9.0_p1-r1 to v9.0_p1-r2

https://git.alpinelinux.org/aports/commit/main/openssh?h=3.16-stable&id=3fe7634e33d647a7c20f21e80c5fe0d4a1efe164

https://github.com/fphammerle/docker-sftpd/commit/0219831ba905bdd2feee4adbaec9aa2a86302648
Fabian Peter Hammerle 1 year ago
parent
commit
e52fec58ab
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.16.1
   
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.0_p1-r1
+ARG OPENSSH_SERVER_PACKAGE_VERSION=9.0_p1-r2
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys