2 Commits 16856af330 ... 4ff78b8190

Author SHA1 Message Date
  Fabian Peter Hammerle 4ff78b8190 upgrade alpine base image from v3.13.5 to v3.14.0 including tor package upgrade from v0.4.4.9-r0 to v0.4.5.9-r0 (diff links below) 2 years ago
  dependabot[bot] e9d4f960f6 build(deps): bump alpine from 3.13.5 to 3.14.0 2 years ago
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,7 +1,7 @@
-FROM docker.io/alpine:3.13.5
+FROM docker.io/alpine:3.14.0
 
-ARG GETTEXT_PACKAGE_VERSION=0.20.2-r2
-ARG TOR_PACKAGE_VERSION=0.4.4.9-r0
+ARG GETTEXT_PACKAGE_VERSION=0.21-r0
+ARG TOR_PACKAGE_VERSION=0.4.5.9-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext=$GETTEXT_PACKAGE_VERSION \