diff --git a/Dockerfile b/Dockerfile index baf326b..285b5d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,14 +8,14 @@ COPY src/ ./src/ RUN mvn -f ./pom.xml package #BUILD SPOTIFYD -FROM rust:1.77.2-bookworm@sha256:6052afe7c422c163798bb9064b7215db15c5f790214ee2c2e787daf8ed3de92a AS build_spotifyd +FROM rust:1.77.2-bookworm@sha256:8f891e67c1970579618d2aba9a1718da14b564a520b847cf216f7329c2ff30e9 AS build_spotifyd RUN apt-get update && apt-get install -y libasound2-dev libssl-dev libpulse-dev libdbus-1-dev RUN git clone https://github.com/Spotifyd/spotifyd.git /usr/src/spotifyd WORKDIR /usr/src/spotifyd RUN cargo build --release --no-default-features --features pulseaudio_backend #PACKAGE -FROM debian:12.5-slim@sha256:3d5df92588469a4c503adbead0e4129ef3f88e223954011c2169073897547cac +FROM debian:12.5-slim@sha256:155280b00ee0133250f7159b567a07d7cd03b1645714c3a7458b2287b0ca83cb RUN \ apt-get update \ && apt-get install -y wget gnupg2 software-properties-common \ diff --git a/pom.xml b/pom.xml index b14ed3c..612b1de 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ net.dv8tion JDA - 5.0.0-beta.22 + 5.0.0-beta.23 org.springframework.boot