소스 검색

upgrade tor package from v0.4.8.14-r0 to v0.4.8.14-r1

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

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ ARG GETTEXT_PACKAGE_VERSION=0.22.5-r0
 # https://gitweb.torproject.org/tor.git/plain/ChangeLog
 # https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
 # https://git.alpinelinux.org/aports/log/community/tor?h=3.21-stable
-ARG TOR_PACKAGE_VERSION=0.4.8.14-r0
+ARG TOR_PACKAGE_VERSION=0.4.8.14-r1
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \