Browse Source

upgrade alpine 3.10->3.11 to upgrade tor 0.3.5.8->0.4.1.7

Fabian Peter Hammerle 4 years ago
parent
commit
9b8ca91d0a
3 changed files with 7 additions and 6 deletions
  1. 4 3
      CHANGELOG.md
  2. 2 2
      Dockerfile
  3. 1 1
      README.md

+ 4 - 3
CHANGELOG.md

@@ -7,11 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [Unreleased]
 ### Fixed
 - reduced number of image layers
+- upgrade default tor version: 0.3.5.8 -> 0.4.1.7
+  (no apparent breaking changes relevant for this image)
 
 ## [1.0.0] - 2019-12-29
-### Changed
-- tor v0.3.3.7 -> v0.3.5.8
-
 ### Added
 - healthcheck via `nc`
 - enable hardware acceleration if available
@@ -21,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Fixes
 - split `COPY --chown` into `COPY` & `RUN chmod`
   to improve backward compatibility
+- upgrade default tor version: v0.3.3.7 -> v0.3.5.8
+  ( https://gitweb.torproject.org/tor.git/plain/ChangeLog )
 
 ## [0.2] - 2019-01-03
 ### Changed

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.10
+FROM alpine:3.11
 
-ARG TOR_PACKAGE_VERSION=0.3.5.8-r0
+ARG TOR_PACKAGE_VERSION=0.4.1.7-r0
 ARG NETCAT_PACKAGE_VERSION=1.130-r1
 RUN apk add --no-cache \
         netcat-openbsd=${NETCAT_PACKAGE_VERSION} \

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 
 repo: https://github.com/fphammerle/docker-onion-service
 
-docker hub: https://hub.docker.com/r/fphammerle/onion-service
+docker hub: https://hub.docker.com/r/fphammerle/onion-service/tags
 
 signed tags: https://github.com/fphammerle/docker-onion-service/tags