mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Bump rust version to 1.71 on devcontainer
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
9929635b5b
commit
a692b8cccc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
ARG debian_version=slim-bookworm
|
ARG debian_version=slim-bookworm
|
||||||
ARG rust_version=1.70.0
|
ARG rust_version=1.71.0
|
||||||
FROM rust:${rust_version}-${debian_version}
|
FROM rust:${rust_version}-${debian_version}
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
Loading…
Reference in a new issue