Skip to content

Commit

Permalink
Koel: 5.1.13 -> 5.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyzual committed Apr 15, 2022
1 parent 0c8341a commit fed0d28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Since this docker image only has one tag which is `latest`, there are no version
## 2022-04-15
### Changed
- ⚠ BREAKING CHANGE: Image name has changed, it is now [`phanan/koel`](https://hub.docker.com/r/phanan/koel) instead of `hyzual/koel`.
- Koel: 5.1.13 -> 5.1.14

## 2022-03-10
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM alpine:3.15.4 as release-downloader

# The koel version to download
ARG KOEL_VERSION_REF=v5.1.13
ARG KOEL_VERSION_REF=v5.1.14

# Install curl to download the release tar.gz
RUN apk add --no-cache curl
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ apache and a php runtime with required extensions.

See the [Changelog](<./CHANGELOG.md>) to keep track of changes to the image.

## ⚠ Image changed to `phanan/koel` on 2022-04-15

This repository no longer updates `hyzual/koel`. The latest version is now at [phanan/koel:latest][docker-hub].

## Usage

⚠ This container does not include a database. It **requires** another container to handle the database.
Expand Down
2 changes: 1 addition & 1 deletion goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ file:
group: www-data
filetype: file
contains:
- v5.1.13
- v5.1.14
/var/www/html/artisan:
exists: true
mode: "0755"
Expand Down

0 comments on commit fed0d28

Please sign in to comment.