Browse Source

upgrade alpine base image from v3.13.5 to v3.14.0 including openssh-server package upgrade from v8.4_p1-r3 to v8.6_p1-r1 (see links below) and mysqldump package downgrade

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

https://git.alpinelinux.org/aports/commit/main/openssh?id=0b054e01f0e4a5071d3e2512123a25af1afa2d54
https://git.alpinelinux.org/aports/commit/main/openssh?id=5d33acaf52405becd402c4734e383588fb3305d9
https://git.alpinelinux.org/aports/commit/main/openssh?id=dcb8f3d224341a03fd01d43309ba585b22c12bd8
https://git.alpinelinux.org/aports/commit/main/openssh?id=690206586dcaacf5de07385f53ed15dbf9206944
https://git.alpinelinux.org/aports/commit/main/openssh?id=827140e314189d71385b7c9fd42854775283061b
https://git.alpinelinux.org/aports/commit/main/openssh?id=7befdd7374d9ef43c62e872083f22cb43e3ab489
Fabian Peter Hammerle 2 years ago
parent
commit
bb35dec98e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,7 +1,7 @@
-FROM docker.io/alpine:3.13.5
+FROM docker.io/alpine:3.14.0
 
-ARG MARIADB_CLIENT_PACKAGE_VERSION=10.5.10-r0
-ARG OPENSSH_SERVER_PACKAGE_VERSION=8.4_p1-r3
+ARG MARIADB_CLIENT_PACKAGE_VERSION=10.5.9-r0
+ARG OPENSSH_SERVER_PACKAGE_VERSION=8.6_p1-r1
 ARG TINI_PACKAGE_VERSION=0.19.0-r0
 ARG USER=dump
 ENV SSHD_HOST_KEYS_DIR=/etc/ssh/host_keys