Explorar el Código

upgrade openssh-server package from v10.0_p1-r7 to v10.0_p1-r9 (rebuild against openssl v3.5.3)

Fabian Peter Hammerle hace 1 semana
padre
commit
f44a2d4cc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ FROM docker.io/alpine:3.22.1
 ARG BORGBACKUP_PACKAGE_VERSION=1.4.1-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-r7
+ARG OPENSSH_SERVER_PACKAGE_VERSION=10.0_p1-r9
 # https://git.alpinelinux.org/aports/log/community/tini?h=3.22-stable
 ARG TINI_PACKAGE_VERSION=0.19.0-r3
 ARG USER=borg