Skip to content

Commit 1af58ec

Browse files
committed
chore(release): v8.2.0
1 parent 8b030b4 commit 1af58ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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/build-push-action@v3.2.0
4444
with:
4545
push: true
46-
tags: phanan/koel:latest,phanan/koel:8.1.0
46+
tags: phanan/koel:latest,phanan/koel:8.2.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=v8.1.0
5+
ARG KOEL_VERSION_REF=v8.2.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-
- v8.1.0
34+
- v8.2.0
3535
/var/www/html/artisan:
3636
exists: true
3737
mode: "0755"

0 commit comments

Comments
 (0)