Explorar el Código

upgrade alpine base image from v3.22.2 to v3.23.0 including upgrade of openssh-server package

Fabian Peter Hammerle hace 1 mes
padre
commit
ecafc01f62
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      Dockerfile

+ 5 - 5
Dockerfile

@@ -1,12 +1,12 @@
-FROM docker.io/alpine:3.22.2
+FROM docker.io/alpine:3.23.0
 
 # https://www.borgbackup.org/releases/
-# https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.22-stable
+# https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.23-stable
 ARG BORGBACKUP_PACKAGE_VERSION=1.4.3-r0
 # https://www.openssh.com/releasenotes.html
-# https://git.alpinelinux.org/aports/log/main/openssh?h=3.22-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=10.0_p1-r10
-# https://git.alpinelinux.org/aports/log/community/tini?h=3.22-stable
+# https://git.alpinelinux.org/aports/log/main/openssh?h=3.23-stable
+ARG OPENSSH_SERVER_PACKAGE_VERSION=10.2_p1-r0
+# https://git.alpinelinux.org/aports/log/community/tini?h=3.23-stable
 ARG TINI_PACKAGE_VERSION=0.19.0-r3
 ARG USER=borg
 ENV SSHD_HOST_KEYS_DIR=/etc/ssh/host_keys