Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Apr 29, 2024
2 parents 4b5684d + b868a82 commit 55e63ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [Spec] Replace `plu:procedureStartDate` (type `xsd:dateTime`) with `plu:procedurePeriod` (type `dct:PeriodOfTime`)
* [Spec] Add new attribute `dct:title` to `plu:ProcessStep`
* [API] Remove `source` query parameter from `POST`/`PUT`/`DELETE` endpoints for records
* [Deployment] Update docker base image, lighttpd

## 2024-02-28 - 0.1.4

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18.6
FROM alpine:3.19.1

ENV LIGHTTPD_VERSION=1.4.73-r0
ENV LIGHTTPD_VERSION=1.4.76-r0
ENV DCATAPPLU_VERSION=0.2.0

RUN addgroup -S --gid 1000 lighttpd \
Expand Down

0 comments on commit 55e63ca

Please sign in to comment.