Update rust Docker tag to v1.78.0 #130
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN set -ex; \
|
||||||
curl -Lo /home/curl_user/snapserver.deb \
|
curl -Lo /home/curl_user/snapserver.deb \
|
||||||
https://github.com/badaix/snapcast/releases/download/${SNAPCAST_VERSION}/snapserver_${SNAPCAST_VERSION#v}-1_amd64.deb
|
https://github.com/badaix/snapcast/releases/download/${SNAPCAST_VERSION}/snapserver_${SNAPCAST_VERSION#v}-1_amd64.deb
|
||||||
|
|
||||||
FROM rust:1.77.2-bullseye@sha256:b1a225b8995d80c915fec5894dd96fccf90ff4d4266a9b3b6a29d9847f92fa63 as librespot
|
FROM rust:1.78.0-bullseye@sha256:c8f85185bd2e482d88e1b8a90705435309ca9d54ccc3bcccf24a32378b8ff1a8 as librespot
|
||||||
|
|
||||||
# renovate: datasource=github-tags depName=librespot-org/librespot versioning=semver
|
# renovate: datasource=github-tags depName=librespot-org/librespot versioning=semver
|
||||||
ENV LIBRESPOT_VERSION v0.4.2
|
ENV LIBRESPOT_VERSION v0.4.2
|
||||||
|
|
Reference in a new issue