Browse Source

build(deps): bump alpine from 3.17.0 to 3.17.1

https://github.com/fphammerle/docker-onion-service/pull/46
Fabian Peter Hammerle 1 year ago
parent
commit
1e52797ed2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,7 +1,7 @@
-FROM docker.io/alpine:3.17.0
+FROM docker.io/alpine:3.17.1
 
 ARG GETTEXT_PACKAGE_VERSION=0.21.1-r1
-ARG TOR_PACKAGE_VERSION=0.4.7.12-r0
+ARG TOR_PACKAGE_VERSION=0.4.7.13-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext=$GETTEXT_PACKAGE_VERSION \