From cf2bb6bbf43fb4cb66f420b82af87bec22f45cd4 Mon Sep 17 00:00:00 2001 From: Rohmilchkaese Date: Sun, 15 Oct 2023 23:24:00 +0200 Subject: [PATCH] bump to 0.3.5 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b28098..e66b680 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17.2 AS build +FROM alpine:3.18.4 AS build ARG CARGO_NET_GIT_FETCH_WITH_CLI=true RUN apk -U --no-cache add \ git \ @@ -18,9 +18,9 @@ RUN apk -U --no-cache add \ RUN cd /root \ && git clone https://github.com/Spotifyd/spotifyd . \ -&& git checkout tags/v0.3.4 \ +&& git checkout tags/v0.3.5 \ && cargo build --release -FROM alpine:3.17.2 +FROM alpine:3.18.4 RUN apk -U --no-cache add \ libtool \ libconfig-dev \