Skip to content

Commit

Permalink
bump to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohmilchkaese committed Oct 15, 2023
1 parent 4ad4418 commit cf2bb6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit cf2bb6b

Please sign in to comment.