Skip to content

Commit

Permalink
⬆ Update snapcast version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpb committed Apr 19, 2024
1 parent 4213cfd commit daafca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mopidy-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
images: cristianpb/snapserver
tags: |
type=semver,pattern={{version}},value=v0.27.0
type=semver,pattern={{major}}.{{minor}},value=v0.27.0
type=semver,pattern={{major}},value=v0.27.0
type=semver,pattern={{version}},value=v0.28.0
type=semver,pattern={{major}}.{{minor}},value=v0.28.0
type=semver,pattern={{major}},value=v0.28.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-snapserver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

ARG SNAPCAST_VERSION=0.27.0-r4
ARG SNAPCAST_VERSION=0.28.0-r0

RUN apk add --no-cache \
snapcast=${SNAPCAST_VERSION}
Expand Down

0 comments on commit daafca8

Please sign in to comment.