Browse Source

upgrade alpine base image v3.9->3.12.1 including openssh-server package upgrade v7.9_p1-r6->8.3_p1-r0 (changes below)

https://www.openssh.com/releasenotes.html

https://www.openssh.com/txt/release-8.3
https://git.alpinelinux.org/aports/commit/?id=38a7d6eaa8cf893b162b57499774356c3df9cec6

https://www.openssh.com/txt/release-8.2
https://git.alpinelinux.org/aports/commit/main/openssh?id=72a389b2bf6d342c4d4e648f66564cfca8c4b641

https://www.openssh.com/txt/release-8.1
https://git.alpinelinux.org/aports/commit/main/openssh?id=d170be8caa5eb353714ea931c0ea3e06b0a1ab73

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

https://www.openssh.com/txt/release-8.0
https://git.alpinelinux.org/aports/commit/main/openssh?id=a027feb82fee234ba3b3a8ff0a947651005b6a33
Fabian Peter Hammerle 3 years ago
parent
commit
2994606518
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.9
+FROM alpine:3.12.1
 
-ARG OPENSSH_SERVER_PACKAGE_VERSION=7.9_p1-r6
+ARG OPENSSH_SERVER_PACKAGE_VERSION=8.3_p1-r0
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys