Skip to content

Commit

Permalink
Set next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Jun 26, 2024
1 parent b12c844 commit 9696ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## xxxx-xx-xx - dev

...

## 2024-06-26 - 0.2.1

* [Documentation] Fix type links
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.20.1

ENV LIGHTTPD_VERSION=1.4.76-r0
ENV DCATAPPLU_VERSION=0.2.1
ENV DCATAPPLU_VERSION=../drafts/0.0.1-draft-0.1

RUN addgroup -S --gid 1000 lighttpd \
&& adduser -S -G lighttpd --uid 1000 lighttpd
Expand Down

0 comments on commit 9696ca1

Please sign in to comment.