Skip to content

Commit

Permalink
chore: update to Radicale 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 27, 2024
1 parent c26b4e0 commit 0e94428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG COMMIT_ID
ENV COMMIT_ID=${COMMIT_ID}

ARG VERSION
ENV VERSION=${VERSION:-3.3.0}
ENV VERSION=${VERSION:-3.3.1}

ARG BUILD_UID
ENV BUILD_UID=${BUILD_UID:-2999}
Expand Down
2 changes: 1 addition & 1 deletion test_image_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_port(host):


def test_version(host):
assert host.check_output("/venv/bin/radicale --version") == "3.3.0"
assert host.check_output("/venv/bin/radicale --version") == "3.3.1"


def test_user(host):
Expand Down

0 comments on commit 0e94428

Please sign in to comment.