소스 검색

upgrade borgbackup package from v1.4.2-r0 to v1.4.3-r0

Fabian Peter Hammerle 1 개월 전
부모
커밋
7e8c082515
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM docker.io/alpine:3.22.2
 
 # https://www.borgbackup.org/releases/
 # https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.22-stable
-ARG BORGBACKUP_PACKAGE_VERSION=1.4.2-r0
+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