From e30efd29389c487eb531ab1b388086063035aa94 Mon Sep 17 00:00:00 2001 From: Thomas Queste Date: Mon, 16 Dec 2024 13:36:13 +0100 Subject: [PATCH] chore: update to Radicale 3.3.2 --- Dockerfile | 2 +- test_image_prod.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 36044bf..b1d6fa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG COMMIT_ID ENV COMMIT_ID=${COMMIT_ID} ARG VERSION -ENV VERSION=${VERSION:-3.3.1} +ENV VERSION=${VERSION:-3.3.2} ARG BUILD_UID ENV BUILD_UID=${BUILD_UID:-2999} diff --git a/test_image_prod.py b/test_image_prod.py index e5bce72..e932cbc 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.1" + assert host.check_output("/venv/bin/radicale --version") == "3.3.2" def test_user(host):