Skip to content

Commit

Permalink
v2.3.3 (#39)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base image

Build updates
* Always run dev build
  • Loading branch information
bfren committed Jan 3, 2022
1 parent 0d13ad2 commit 16da4dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: dev

on:
push:
branches-ignore:
- 'main'
tags-ignore:
- '**'
branches: ['**']
tags-ignore: ['**']
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2
2.3.3

0 comments on commit 16da4dc

Please sign in to comment.