Skip to content

Commit

Permalink
Merge pull request #5 from Rohmilchkaese/v0.3.4
Browse files Browse the repository at this point in the history
Updating to v0.3.4
  • Loading branch information
Rohmilchkaese authored Mar 15, 2023
2 parents d9afa47 + 4055c45 commit 69648a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14 AS build
FROM alpine:3.17.2 AS build
RUN apk -U --no-cache add \
git \
build-base \
Expand All @@ -17,9 +17,9 @@ RUN apk -U --no-cache add \

RUN cd /root \
&& git clone https://github.com/Spotifyd/spotifyd . \
&& git checkout tags/v0.3.3 \
&& git checkout tags/v0.3.4 \
&& cargo build --release
FROM alpine:3.14
FROM alpine:3.17.2
RUN apk -U --no-cache add \
libtool \
libconfig-dev \
Expand All @@ -29,4 +29,4 @@ RUN apk -U --no-cache add \
COPY --from=build /root/target/release/spotifyd /usr/bin/spotifyd
COPY bootstrap.sh /start
RUN chmod +x /start
ENTRYPOINT [ "/start" ]
ENTRYPOINT [ "/start" ]

0 comments on commit 69648a6

Please sign in to comment.