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