diff --git a/spotify/Dockerfile b/spotify/Dockerfile index 0de5272..d570b4f 100755 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG LIBRESPOT_VERSION="0.4.2" +ARG LIBRESPOT_VERSION="0.6.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \