Skip to content

Commit

Permalink
Merge pull request #1 from Poeschl-HomeAssistant-Addons/update-depend…
Browse files Browse the repository at this point in the history
…encies

⬆️ Upgraded dependencies and enabled dependabot
  • Loading branch information
Poeschl authored Sep 22, 2024
2 parents 7ff34f9 + bfbe332 commit a9494ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ updates:
groups:
GH actions:
dependency-type: production
- package-ecosystem: "pip"
directory: "/picotts/wrapper"
schedule:
interval: "monthly"
groups:
Wrapper packages:
dependency-type: production
6 changes: 3 additions & 3 deletions picoTTS/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BUILD_FROM AS BUILD

RUN apk update && \
apk add --no-cache \
git=2.36.2-r0 \
git=2.36.6-r0 \
build-base=0.5-r3 \
autoconf=2.71-r0 \
libtool=2.4.7-r0 \
Expand All @@ -20,8 +20,8 @@ RUN git config --global advice.detachedHead false && \
FROM $BUILD_FROM AS RUNNING

RUN apk add --no-cache \
'python3=3.10.5-r0' \
'popt=1.18-r0' && \
python3=3.10.14-r1 \
popt=1.18-r0 && \
python3 -m ensurepip

COPY --from=BUILD /usr/local/bin/pico2wave /usr/local/bin/pico2wave
Expand Down

0 comments on commit a9494ae

Please sign in to comment.