소스 검색

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

Fabian Peter Hammerle 1 개월 전
부모
커밋
ecafc01f62
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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