Skip to content

Commit cfc2cce

Browse files
authored
chore: update to Radicale 3.5.9 (#215)
1 parent ca61f37 commit cfc2cce

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG COMMIT_ID
44
ENV COMMIT_ID=${COMMIT_ID}
55

66
ARG VERSION
7-
ENV VERSION=${VERSION:-3.5.8}
7+
ENV VERSION=${VERSION:-3.5.9}
88

99
ARG BUILD_UID
1010
ENV BUILD_UID=${BUILD_UID:-2999}

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6969
type = none
7070

test_image_prod.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import pytest
21
import subprocess
2+
3+
import pytest
34
import testinfra
45

56

@@ -51,7 +52,7 @@ def test_port(host):
5152

5253

5354
def 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

5758
def test_user(host):

0 commit comments

Comments
 (0)