Compare commits

...

3 Commits
v1.0.3 ... main

Author SHA1 Message Date
cupcakearmy 34350bde8f
changelog 2022-12-01 14:17:06 +01:00
Nicco 45dfe4fbb2
Merge pull request #1 from cyrilghali/patch-1
Update Radicale
2022-12-01 14:15:35 +01:00
Cyril GHALI 5fb467ed76
Update Radicale 2022-11-30 20:59:53 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.3] - 2022-12-01
### Security
- Updated Radicale version to `3.1.8`.
## [1.0.3] - 2022-06-27
### Security

View File

@ -2,7 +2,7 @@ FROM python:3-alpine as builder
WORKDIR /app
ARG RADICALE_VERSION=3.1.7
ARG RADICALE_VERSION=3.1.8
RUN apk add --no-cache alpine-sdk libffi-dev
RUN pip install --user radicale[bcrypt]==$RADICALE_VERSION