Skip to content

Commit

Permalink
chore: upgrade to Radicale 3.1.9 (#139)
Browse files Browse the repository at this point in the history
* chore: upgrade to Radicale 3.1.9

* doc: fix link to PR
  • Loading branch information
tomsquest committed Mar 18, 2024
1 parent f959683 commit 92486d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [3.1.9.0] - 2024-03-18

## Changed

- [Update to Radicale 3.1,9](https://github.com/tomsquest/docker-radicale/pull/139)

## [3.1.8.3] - 2023-07-16

## Changed
Expand Down
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.1.8}
ENV VERSION ${VERSION:-3.1.9}

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 @@ -42,7 +42,7 @@ def test_port(host):


def test_version(host):
assert host.check_output('radicale --version') == '3.1.8'
assert host.check_output('radicale --version') == '3.1.9'


def test_user(host):
Expand Down

0 comments on commit 92486d8

Please sign in to comment.