We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df91139 commit 4a476d6Copy full SHA for 4a476d6
.gitlab-ci.yml
@@ -97,7 +97,7 @@ tests:
97
AIOSTEM_HOST: 'torcontrol'
98
AIOSTEM_PASS: 'aiostem'
99
services:
100
- - name: "${CI_REGISTRY}/${CI_PROJECT_ROOT_NAMESPACE}/docker/tor-client:0.4.8.13"
+ - name: "${CI_REGISTRY}/${CI_PROJECT_ROOT_NAMESPACE}/docker/tor-client:0.4.8.14"
101
alias: torcontrol
102
command: [
103
'tor',
tests/compose.yml
@@ -1,7 +1,7 @@
1
---
2
3
tor-client:
4
- image: "docker.io/morian42/tor-client:0.4.8.13"
+ image: "docker.io/morian42/tor-client:0.4.8.14"
5
ports:
6
- "9050:9050"
7
- "9051:9051"
0 commit comments