Browse Source

upgrade alpine base image to v3.15.0 including upgrade of openssh-server package to v8.8p1 (see below)

https://web.archive.org/web/20211204063543/https://www.openssh.com/releasenotes.html
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.15-stable&id=8293eb79d181515827092ec15f9dcb24989959c6
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.15-stable&id=e05faf293fd802c729d432906ffb5e8db77f3830
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.15-stable&id=b5e3d52e5a95ff8a73c23908201474bb15048a11
Fabian Peter Hammerle 2 years ago
parent
commit
fc472ac4fb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM docker.io/alpine:3.14.3
+FROM docker.io/alpine:3.15.0
 
-ARG OPENSSH_SERVER_PACKAGE_VERSION=8.6_p1-r3
+ARG OPENSSH_SERVER_PACKAGE_VERSION=8.8_p1-r1
 ENV SSHD_HOST_KEYS_DIR=/etc/ssh/host_keys
 ENV CLIENT_USER=nonroot
 ENV CLIENT_HOME=/home/$CLIENT_USER