Skip to content

Commit 4a476d6

Browse files
committed
tests: use Tor v0.4.8.14 instead of v0.4.8.13.
Signed-off-by: Romain Bezut <morian@xdec.net>
1 parent df91139 commit 4a476d6

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
@@ -97,7 +97,7 @@ tests:
9797
AIOSTEM_HOST: 'torcontrol'
9898
AIOSTEM_PASS: 'aiostem'
9999
services:
100-
- name: "${CI_REGISTRY}/${CI_PROJECT_ROOT_NAMESPACE}/docker/tor-client:0.4.8.13"
100+
- name: "${CI_REGISTRY}/${CI_PROJECT_ROOT_NAMESPACE}/docker/tor-client:0.4.8.14"
101101
alias: torcontrol
102102
command: [
103103
'tor',

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.13"
4+
image: "docker.io/morian42/tor-client:0.4.8.14"
55
ports:
66
- "9050:9050"
77
- "9051:9051"

0 commit comments

Comments
 (0)