From 18cf85b4b23aa3b8d9b3fc4d8832c3f4351ed269 Mon Sep 17 00:00:00 2001 From: Thomas Queste Date: Sat, 11 Jan 2025 07:19:52 +0100 Subject: [PATCH] chore: update to Radicale 3.4.0 --- Dockerfile | 2 +- test_image_prod.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae5ab19..63eca71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG COMMIT_ID ENV COMMIT_ID=${COMMIT_ID} ARG VERSION -ENV VERSION=${VERSION:-3.3.3} +ENV VERSION=${VERSION:-3.4.0} ARG BUILD_UID ENV BUILD_UID=${BUILD_UID:-2999} diff --git a/test_image_prod.py b/test_image_prod.py index 265347e..5e1a79c 100644 --- a/test_image_prod.py +++ b/test_image_prod.py @@ -51,7 +51,7 @@ def test_port(host): def test_version(host): - assert host.check_output("/venv/bin/radicale --version") == "3.3.3" + assert host.check_output("/venv/bin/radicale --version") == "3.4.0" def test_user(host):