1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-02 17:29:22 +02:00

chore: update alpine version to 3.20 and ensure openssl-dev is included (#1608)

fixes devcontainer build issue with alpine 3.19, which is not available anymore

Co-authored-by: Matthias Schaff <matthias@schaff-smart-solutions.de>
This commit is contained in:
Matthias Schaff 2025-10-01 10:22:57 +02:00 committed by GitHub
parent eb7c65e77b
commit a407beaa45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG alpine_version=alpine3.19
ARG alpine_version=alpine3.20
ARG rust_version=1.85.0
FROM rust:${rust_version}-${alpine_version}
@ -15,6 +15,7 @@ RUN apk add --no-cache \
pkgconf \
musl-dev \
# developer dependencies
openssl-dev \
libunwind-dev \
pulseaudio-dev \
portaudio-dev \