Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • dariah-de/textgridrep/repdav
1 result
Show changes
Commits on Source (3)
## [1.2.3](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/compare/1.2.2...1.2.3) (2023-04-20)
### Bug Fixes
* **build:** fix k8s compatibility issue and update dependencies ([07d342d](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/commit/07d342d0935ea9730578b5f100e57a150bdc71a9)), closes [#44](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/issues/44)
## [1.2.2](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/compare/1.2.1...1.2.2) (2023-01-13)
......
......@@ -29,10 +29,11 @@ COPY --from=builder /usr/local/lib/python3.8/site-packages/PyICU-2.8.1.dist-info
# icu-dev package is nevertheless needed by the python library
# hadolint ignore=DL3018
RUN adduser -D repdav \
RUN adduser -D repdav -u 1000 \
&& apk add --no-cache icu-dev
USER repdav
# use a "numeric" user for k8s compatibility
USER 1000
COPY --chown=repdav requirements.txt /
RUN pip install \
......
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
tgclients[icu]==0.8.0
tgclients[icu]==0.9.0
cheroot==9.0.0
sentry-sdk==1.11.1
WsgiDAV==4.1.0
sentry-sdk==1.19.1
WsgiDAV==4.2.0