We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a735344 commit 1ee4303Copy full SHA for 1ee4303
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## xxxx-xx-xx - dev
4
+
5
+...
6
7
## 2025-06-03 - 0.2.3
8
9
* [Spec] Add new attribute `dcat:byteSize` to `dcat:Distribution`
docker/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.21.3
# ENV LIGHTTPD_VERSION=1.4.76-r0
-ENV DCATAPPLU_VERSION=0.2.3
+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