From 698b56b9851acb4a20674028c86bc19d6e4fc9c6 Mon Sep 17 00:00:00 2001 From: Phan An Date: Fri, 23 Aug 2024 11:08:05 +0200 Subject: [PATCH] v7.0.9 -> v7.0.10 --- .github/workflows/pipeline.yaml | 2 +- Dockerfile | 2 +- goss.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 39b34fa..23131d2 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -58,5 +58,5 @@ jobs: uses: docker/build-push-action@v3.2.0 with: push: true - tags: phanan/koel:latest,phanan/koel:7.0.9 + tags: phanan/koel:latest,phanan/koel:7.0.10 platforms: linux/amd64,linux/arm64,linux/arm/v7 diff --git a/Dockerfile b/Dockerfile index 705ee0c..da9d38d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.1.8-apache-buster # The koel version to download -ARG KOEL_VERSION_REF=v7.0.9 +ARG KOEL_VERSION_REF=v7.0.10 # Install vim for easier editing/debugging RUN apt-get update && apt-get install -y vim diff --git a/goss.yaml b/goss.yaml index a5bb1d0..791d5a8 100644 --- a/goss.yaml +++ b/goss.yaml @@ -22,7 +22,7 @@ file: group: www-data filetype: file contains: - - v7.0.9 + - v7.0.10 /var/www/html/artisan: exists: true mode: "0755"