1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

ci: bump MSRV to 1.85 and update actions

This commit is contained in:
Roderick van Domburg 2025-08-13 17:06:14 +02:00
parent 1dcd041070
commit 648c9e30ea
No known key found for this signature in database
GPG key ID: 607FA06CB5236AE0
5 changed files with 44 additions and 44 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG debian_version=slim-bookworm
ARG rust_version=1.81.0
ARG rust_version=1.85.0
FROM rust:${rust_version}-${debian_version}
ARG DEBIAN_FRONTEND=noninteractive

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG alpine_version=alpine3.19
ARG rust_version=1.81.0
ARG rust_version=1.85.0
FROM rust:${rust_version}-${alpine_version}
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"