File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG COMMIT_ID
44ENV COMMIT_ID=${COMMIT_ID}
55
66ARG VERSION
7- ENV VERSION=${VERSION:-3.5.8 }
7+ ENV VERSION=${VERSION:-3.5.9 }
88
99ARG BUILD_UID
1010ENV BUILD_UID=${BUILD_UID:-2999}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ hosts = 0.0.0.0:5232
6464[auth]
6565
6666# Authentication method
67- # Value: none | htpasswd | remote_user | http_x_remote_user | dovecot | ldap | oauth2 | pam | denyall
67+ # Value: none | htpasswd | remote_user | http_remote_user | http_x_remote_user | dovecot | ldap | oauth2 | pam | denyall
6868#type = denyall
6969type = none
7070
Original file line number Diff line number Diff line change 1- import pytest
21import subprocess
2+
3+ import pytest
34import testinfra
45
56
@@ -51,7 +52,7 @@ def test_port(host):
5152
5253
5354def test_version (host ):
54- assert host .check_output ("/venv/bin/radicale --version" ) == "3.5.8 "
55+ assert host .check_output ("/venv/bin/radicale --version" ) == "3.5.9 "
5556
5657
5758def test_user (host ):
You can’t perform that action at this time.
0 commit comments