Update rust Docker tag to v1.77.1
This commit is contained in:
parent
911d9d85a9
commit
ff8379d6aa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN set -ex; \
|
|||
curl -Lo /home/curl_user/snapserver.deb \
|
||||
https://github.com/badaix/snapcast/releases/download/${SNAPCAST_VERSION}/snapserver_${SNAPCAST_VERSION#v}-1_amd64.deb
|
||||
|
||||
FROM rust:1.77.0-bullseye@sha256:856eef90abc6856c9190d7511ceafed101613cf7d164910ccbcc29dfbce336a7 as librespot
|
||||
FROM rust:1.77.1-bullseye@sha256:1e4f09f38fc98fc64f2d3517c8250c78478568cfc762e7abb0bae95c69c62575 as librespot
|
||||
|
||||
# renovate: datasource=github-tags depName=librespot-org/librespot versioning=semver
|
||||
ENV LIBRESPOT_VERSION v0.4.2
|
||||
|
|
Reference in a new issue