Skip to content

Commit 5710e8c

Browse files
committed
chore(build): v7.12.0
1 parent 3a578a0 commit 5710e8c

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:7.11.0
46+
tags: phanan/koel:latest,phanan/koel:7.12.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.11.0
5+
ARG KOEL_VERSION_REF=v7.12.0
66

77
# Install vim for easier editing/debugging
88
RUN apt-get update && apt-get install -y vim

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.11.0
34+
- v7.12.0
3535
/var/www/html/artisan:
3636
exists: true
3737
mode: "0755"

0 commit comments

Comments
 (0)