Skip to content

Commit bbf7d02

Browse files
committed
tests: use tor version 0.4.9.5 (from 0.4.8.22).
Signed-off-by: Romain Bezut <morian@xdec.net>
1 parent 9932c7c commit bbf7d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tests:
9898
AIOSTEM_HOST: "torcontrol"
9999
AIOSTEM_PASS: "aiostem"
100100
services:
101-
- name: "${CI_REGISTRY}/${CI_PROJECT_ROOT_NAMESPACE}/docker/tor-client:0.4.8.22"
101+
- name: "${CI_REGISTRY}/${CI_PROJECT_ROOT_NAMESPACE}/docker/tor-client:0.4.9.5"
102102
alias: torcontrol
103103
command:
104104
[

tests/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
tor-client:
4-
image: "docker.io/morian42/tor-client:0.4.8.22"
4+
image: "docker.io/morian42/tor-client:0.4.9.5"
55
ports:
66
- "9050:9050"
77
- "9051:9051"

0 commit comments

Comments
 (0)