hivedav

A curlable free/busy scheduler with CalDAV integration
git clone https://git.in0rdr.ch/hivedav.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit d583114dbc53138d7d04ae993f1b73f450094f9f
parent cf4a76e305e63f28b3d3e525b6163d1ec7f60adc
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 28 Sep 2025 16:24:37 +0200

fix(Dockerfile): AVD-DS-0017

Diffstat:
MDockerfile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,7 +1,6 @@ FROM docker.io/golang:1.24-alpine AS base -RUN apk update -RUN apk add --no-cache git make g++ musl-dev tzdata +RUN apk update && apk add --no-cache git make g++ musl-dev tzdata ENV TZ=Europe/Zurich WORKDIR /app