Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 9, 2023
1 parent 0f62f47 commit 3ef2890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
10 changes: 5 additions & 5 deletions spotify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ ARG LIBRESPOT_VERSION="0.4.2"
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
cargo=1.71.1-r0 \
git=2.40.1-r0 \
protobuf-dev=3.21.12-r2 \
pulseaudio-dev=16.1-r10 \
cargo=1.72.1-r0 \
git=2.43.0-r0 \
protobuf-dev=24.4-r0 \
pulseaudio-dev=16.1-r11 \
\
&& apk add --no-cache \
pulseaudio=16.1-r10 \
pulseaudio=16.1-r11 \
\
&& cargo install \
--locked \
Expand Down

0 comments on commit 3ef2890

Please sign in to comment.