diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index a7a2663..0479a44 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.0 + tags: phanan/koel:latest,phanan/koel:7.0.1 platforms: linux/amd64,linux/arm64,linux/arm/v7 diff --git a/Dockerfile b/Dockerfile index f9895c0..01ad931 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.0 +ARG KOEL_VERSION_REF=v7.0.1 # Install vim for easier editing/debugging RUN apt-get update && apt-get install -y vim diff --git a/goss.yaml b/goss.yaml index 7bcf741..ed028ec 100644 --- a/goss.yaml +++ b/goss.yaml @@ -22,7 +22,7 @@ file: group: www-data filetype: file contains: - - v7.0.0 + - v7.0.1 /var/www/html/artisan: exists: true mode: "0755"