Update rust Docker tag to v1.77.2
This commit is contained in:
parent
34d223ab28
commit
bc653eb706
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.1-bullseye@sha256:d84dbccd72b77afe6f6d2bcedcd423f8dd57c2d3b796bbd2fe4bcd52c8c1ea58 as librespot
|
||||
FROM rust:1.77.2-bullseye@sha256:20bec7fc4fdd267fc2aca074266a5f979bd3f7297742f376e444c87a755adb01 as librespot
|
||||
|
||||
# renovate: datasource=github-tags depName=librespot-org/librespot versioning=semver
|
||||
ENV LIBRESPOT_VERSION v0.4.2
|
||||
|
|
Reference in a new issue