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

https://github.com/fphammerle/docker-sftpd/commit/fc472ac4fbc12a25e8831cab197711104923b775
Fabian Peter Hammerle 2 years ago
parent
commit
8ae83f6e72
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.14.3
-
-ARG OPENSSH_SERVER_PACKAGE_VERSION=8.6_p1-r3
+FROM docker.io/alpine:3.15.0
+  
+ARG OPENSSH_SERVER_PACKAGE_VERSION=8.8_p1-r1
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys