Skip to content

Commit 4f62826

Browse files
committed
bump Koel to v9.3.5
1 parent 34b7a07 commit 4f62826

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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=v9.3.4
5+
ARG KOEL_VERSION_REF=v9.3.5
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-
- v9.3.4 # DO NOT REMOVE — used by the release script
34+
- v9.3.5 # DO NOT REMOVE — used by the release script
3535
/var/www/html/artisan:
3636
exists: true
3737
mode: "0755"

0 commit comments

Comments
 (0)