Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Nov 2, 2023
1 parent 7c98f5b commit 8f5d0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE:-debian:stable-slim} AS BASE

ARG SPOT_CONNECT_VERSION=0.3.2
ARG SPOT_CONNECT_VERSION=0.3.3

RUN mkdir /app/bin -p
COPY app/bin/install-pkg.sh /app/bin/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:

DATE|DESCRIPTION
:---|:---
2023-11-02|Bump to release [0.3.3](https://github.com/philippe44/SpotConnect/releases/tag/0.3.3)
2023-10-19|Bump to release [0.3.2](https://github.com/philippe44/SpotConnect/releases/tag/0.3.2)
2023-10-15|Bump to release [0.3.0](https://github.com/philippe44/SpotConnect/releases/tag/0.3.0)
2023-10-09|Add support for VORBIS_BITRATE variable
Expand Down

0 comments on commit 8f5d0bd

Please sign in to comment.