Skip to content

Commit

Permalink
watchdog: updated to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
queeup committed Apr 7, 2024
1 parent 1ff87b7 commit df005f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ FROM python:alpine3.14 AS base

FROM base AS builder

ARG VERSION=3.0.0
ARG WATCHDOG_VERSION=4.0.0

RUN apk add --no-cache unrar &&\
pip install --no-cache-dir \
--no-compile \
--no-warn-script-location \
--disable-pip-version-check \
--prefix=/build \
subliminal watchdog[watchmedo]==${VERSION} &&\
subliminal watchdog[watchmedo]==${WATCHDOG_VERSION} &&\
find /build -depth \
\( \
\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
Expand Down

0 comments on commit df005f6

Please sign in to comment.