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