소스 검색

upgrade openssh-server package from v9.5_p1-r0 to v9.6_p1-r0

https://web.archive.org/web/20231223082221/https://www.openssh.com/releasenotes.html
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.19-stable&id=f73f84785693bbb1905ee679a50917e8bd1e44da
Fabian Peter Hammerle 1 년 전
부모
커밋
e51d63f0ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ FROM docker.io/alpine:3.19.0
 ARG BORGBACKUP_PACKAGE_VERSION=1.2.7-r0
 # https://www.openssh.com/releasenotes.html
 # https://git.alpinelinux.org/aports/log/main/openssh?h=3.19-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.5_p1-r0
+ARG OPENSSH_SERVER_PACKAGE_VERSION=9.6_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