Skip to content

Commit

Permalink
v6.11.3 -> v6.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Dec 27, 2023
1 parent 237e73e commit c496075
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
uses: docker/build-push-action@v3.2.0
with:
push: true
tags: phanan/koel:latest,phanan/koel:6.11.3
tags: phanan/koel:latest,phanan/koel:6.11.4
platforms: linux/amd64,linux/arm64,linux/arm/v7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM php:8.1.8-apache-buster

# The koel version to download
ARG KOEL_VERSION_REF=v6.11.3
ARG KOEL_VERSION_REF=v6.11.4

# Install vim for easier editing/debugging
RUN apt-get update && apt-get install -y vim
Expand Down
2 changes: 1 addition & 1 deletion goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ file:
group: www-data
filetype: file
contains:
- v6.11.3
- v6.11.4
/var/www/html/artisan:
exists: true
mode: "0755"
Expand Down

0 comments on commit c496075

Please sign in to comment.