We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda13b4 commit 0d8b3fbCopy full SHA for 0d8b3fb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## xxxx-xx-xx - dev
4
+
5
+...
6
7
## 2026-01-27 - 0.2.6
8
9
* [Deployment] Fix lighttpd mime-types
Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.23.2
# ENV LIGHTTPD_VERSION=1.4.76-r0
-ENV DCATAPPLU_VERSION=0.2.6
+ENV DCATAPPLU_VERSION=../drafts/0.0.1-draft-0.1
RUN addgroup -S --gid 1000 lighttpd \
&& adduser -S -G lighttpd --uid 1000 lighttpd
0 commit comments