Update rust Docker tag to v1.68.0 #9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ RUN set -ex; \
|
|||
make; \
|
||||
make install;
|
||||
|
||||
FROM rust:1.67.1-bullseye@sha256:aed98ad355d0e8303d057cc4894a7d331010980eb63c7dc46176de82670881dd as librespot_build
|
||||
FROM rust:1.68.0-bullseye@sha256:daed493bfa86872311b82492a2084e0b029b52dc009f077c4108306f2eaf8c7c as librespot_build
|
||||
|
||||
# renovate: datasource=github-tags depName=librespot-org/librespot versioning=semver
|
||||
ENV LIBRESPOT_VERSION v0.4.2
|
||||
|
|
Reference in a new issue