Skip to content

Commit 9561f6e

Browse files
committed
chore(release): v8.0.0
1 parent 88dd6a0 commit 9561f6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
uses: docker/[email protected]
4444
with:
4545
push: true
46-
tags: phanan/koel:latest,phanan/koel:7.15.1
46+
tags: phanan/koel:latest,phanan/koel:8.0.0
4747
platforms: linux/amd64,linux/arm64,linux/arm/v7

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM php:8.4.8-apache-bookworm
33

44
# The koel version to download
5-
ARG KOEL_VERSION_REF=v7.15.1
5+
ARG KOEL_VERSION_REF=v8.0.0
66

77
# Download the koel release matching the version and remove anything not necessary for production
88
RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/koel-${KOEL_VERSION_REF}.tar.gz | tar -xz -C /tmp \

goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ file:
3131
group: www-data
3232
filetype: file
3333
contains:
34-
- v7.15.1
34+
- v8.0.0
3535
/var/www/html/artisan:
3636
exists: true
3737
mode: "0755"

0 commit comments

Comments
 (0)