Browse Source

upgrade alpine base image v3.21.3→3.22.0 including upgrade of borg backup package v1.4.0-r0→1.4.1-r0 & openssh-client package v9.9_p2-r0→10.0_p1-r7

Fabian Peter Hammerle 1 day ago
parent
commit
2a48fbbbf6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      Dockerfile

+ 6 - 6
Dockerfile

@@ -1,12 +1,12 @@
-FROM docker.io/alpine:3.21.3
+FROM docker.io/alpine:3.22.0
 
 # https://www.borgbackup.org/releases/
-# https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.21-stable
-ARG BORGBACKUP_PACKAGE_VERSION=1.4.0-r0
+# https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.22-stable
+ARG BORGBACKUP_PACKAGE_VERSION=1.4.1-r0
 # https://www.openssh.com/releasenotes.html
-# https://git.alpinelinux.org/aports/log/main/openssh?h=3.21-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.9_p2-r0
-# https://git.alpinelinux.org/aports/log/community/tini?h=3.21-stable
+# https://git.alpinelinux.org/aports/log/main/openssh?h=3.22-stable
+ARG OPENSSH_SERVER_PACKAGE_VERSION=10.0_p1-r7
+# https://git.alpinelinux.org/aports/log/community/tini?h=3.22-stable
 ARG TINI_PACKAGE_VERSION=0.19.0-r3
 ARG USER=borg
 ENV SSHD_HOST_KEYS_DIR=/etc/ssh/host_keys