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

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Nov 23, 2023
1 parent 4ed36f5 commit 9758117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.5.1
ARG SPOT_CONNECT_VERSION=0.5.2

RUN mkdir /app/bin -p
COPY app/bin/install-pkg.sh /app/bin/
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# spotconnect-upnp-docker

A docker image for [SpotConnect (upnp)](https://github.com/philippe44/SpotConnect).
The image includes version [0.5.1](https://github.com/philippe44/SpotConnect/releases/tag/0.5.1).
The image includes version [0.5.2](https://github.com/philippe44/SpotConnect/releases/tag/0.5.2).

## References

Expand Down Expand Up @@ -64,6 +64,7 @@ services:

DATE|DESCRIPTION
:---|:---
2023-11-23|Bump to release [0.5.2](https://github.com/philippe44/SpotConnect/releases/tag/0.5.2)
2023-11-22|Add `local-build.sh` for easier building
2023-11-22|Bump to release [0.5.1](https://github.com/philippe44/SpotConnect/releases/tag/0.5.1)
2023-11-11|Bump to release [0.5.0](https://github.com/philippe44/SpotConnect/releases/tag/0.5.0)
Expand Down

0 comments on commit 9758117

Please sign in to comment.