Browse Source

upgrade alpine base image from v3.18.5 to v3.19.0 including upgrade of openssh-server package from v9.3_p2-r0 to v9.5_p1-r0 and tini package from 0.19.0-r1 to 0.19.0-r2

https://web.archive.org/web/20231210091052/https://www.openssh.com/releasenotes.html
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.19-stable&id=21bade7d6ca12085531e54541460c5cfb09178e9
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.19-stable&id=4b4cd657e5458d9d5ae42ae5bfc97d55aaa9e85a
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.19-stable&id=a78e32f046f4a4b20834cd964b3d834746376315
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.19-stable&id=978509f17cd81f4b819dadb4d835133b47ee878e

https://git.alpinelinux.org/aports/commit/community/tini?h=3.19-stable&id=33283848034c9885d984c8e8697c645c57324938
Fabian Peter Hammerle 4 months ago
parent
commit
357efb2adf
1 changed files with 6 additions and 5 deletions
  1. 6 5
      Dockerfile

+ 6 - 5
Dockerfile

@@ -1,12 +1,13 @@
-FROM docker.io/alpine:3.18.5
+FROM docker.io/alpine:3.19.0
 
 # https://www.borgbackup.org/releases/
-# https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.18-stable
+# https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.19-stable
 ARG BORGBACKUP_PACKAGE_VERSION=1.2.7-r0
 # https://www.openssh.com/releasenotes.html
-# https://git.alpinelinux.org/aports/log/main/openssh?h=3.18-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.3_p2-r0
-ARG TINI_PACKAGE_VERSION=0.19.0-r1
+# https://git.alpinelinux.org/aports/log/main/openssh?h=3.19-stable
+ARG OPENSSH_SERVER_PACKAGE_VERSION=9.5_p1-r0
+# https://git.alpinelinux.org/aports/log/community/tini?h=3.19-stable
+ARG TINI_PACKAGE_VERSION=0.19.0-r2
 ARG USER=borg
 ENV SSHD_HOST_KEYS_DIR=/etc/ssh/host_keys
 ENV REPO_PATH=/repository