From 08f8143a8929cfaba10cd007776d377c08cb4a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik-L=C3=A2n=20Do=20Dinh?= Date: Mon, 29 Apr 2024 08:40:39 +0200 Subject: [PATCH] Set next development version --- CHANGELOG.md | 4 ++++ docker/Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7072e86..96eb482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## xxxx-xx-xx - dev + +... + ## 2024-04-29 - 0.2.0 * [Codelist] Extend `plu:docType` to describe values from https://www.xrepository.de/details/urn:xoev-de:xplanverfahren:codeliste:verfahrensunterlagentyp diff --git a/docker/Dockerfile b/docker/Dockerfile index ac11e48..2d49f89 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.18.6 ENV LIGHTTPD_VERSION=1.4.73-r0 -ENV DCATAPPLU_VERSION=0.2.0 +ENV DCATAPPLU_VERSION=../drafts/0.0.1-draft-0.1 RUN addgroup -S --gid 1000 lighttpd \ && adduser -S -G lighttpd --uid 1000 lighttpd