From 265bb444a32b92694c5e27268165244db8871869 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 14 Jul 2023 00:06:05 +0000 Subject: [PATCH] Update rust Docker tag to v1.71.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb6a871..5a27753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.70.0-bullseye@sha256:dbdf8893bda954a9d222e1385516fe583d37befffaa274ab97874ec30fa4bcef as librespot +FROM rust:1.71.0-bullseye@sha256:b65e865c8ba44712737b9409f41d0f7c5a24321ed2525580d4093250458e2f92 as librespot # renovate: datasource=github-tags depName=librespot-org/librespot versioning=semver ENV LIBRESPOT_VERSION v0.4.2 -- 2.45.2