Skip to content

Commit d5251ad

Browse files
renovate[bot]pschichtel
authored andcommitted
Update dependency eikek/docspell to v0.43.0
1 parent 209abf1 commit d5251ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/Dockerfile.joex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apt install -y \
3535

3636
WORKDIR /opt
3737

38-
ARG DOCSPELL_VERSION=0.42.0
38+
ARG DOCSPELL_VERSION=0.43.0
3939
RUN curl -sLfo joex.zip "https://github.com/eikek/docspell/releases/download/v${DOCSPELL_VERSION}/docspell-joex-${DOCSPELL_VERSION}.zip" && \
4040
unzip joex.zip && \
4141
rm joex.zip && \

images/Dockerfile.restserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt install -y \
1515

1616
WORKDIR /opt
1717

18-
ARG DOCSPELL_VERSION=0.42.0
18+
ARG DOCSPELL_VERSION=0.43.0
1919
RUN curl -sLfo restserver.zip "https://github.com/eikek/docspell/releases/download/v${DOCSPELL_VERSION}/docspell-restserver-${DOCSPELL_VERSION}.zip" && \
2020
unzip restserver.zip && \
2121
rm restserver.zip && \

0 commit comments

Comments
 (0)