There was an error while loading. Please reload this page.
1 parent 34b7a07 commit 4f62826Copy full SHA for 4f62826
2 files changed
Dockerfile
@@ -2,7 +2,7 @@
2
FROM php:8.4.8-apache-bookworm
3
4
# The koel version to download
5
-ARG KOEL_VERSION_REF=v9.3.4
+ARG KOEL_VERSION_REF=v9.3.5
6
7
# Download the koel release matching the version and remove anything not necessary for production
8
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
@@ -31,7 +31,7 @@ file:
31
group: www-data
32
filetype: file
33
contains:
34
- - v9.3.4 # DO NOT REMOVE — used by the release script
+ - v9.3.5 # DO NOT REMOVE — used by the release script
35
/var/www/html/artisan:
36
exists: true
37
mode: "0755"
0 commit comments