diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 0dc98dd..da410e5 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -2,10 +2,8 @@ name: dev on: push: - branches-ignore: - - 'main' - tags-ignore: - - '**' + branches: ['**'] + tags-ignore: ['**'] workflow_dispatch: jobs: diff --git a/Dockerfile b/Dockerfile index 10553d6..5e27a86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/nginx-php:php7.4-3.3.1 +FROM bfren/nginx-php:php7.4-3.3.2 ARG BF_IMAGE ARG BF_VERSION diff --git a/VERSION b/VERSION index e703481..45674f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.2 \ No newline at end of file +2.3.3 \ No newline at end of file