Bump nginx version to 1.19.1

This commit is contained in:
Daniel Carrillo 2020-07-11 12:34:12 +02:00
parent 79b5e36ff6
commit 3c428fabfe
3 changed files with 32 additions and 2 deletions

30
.github/workflows/automerge.yml vendored Normal file
View File

@ -0,0 +1,30 @@
name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@4536e8847eb62fe2f0ee52c8fa92d17aa97f932f"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_RETRIES: 30
MERGE_RETRY_SLEEP: 10000
MERGE_METHOD: merge

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- name: shellcheck
uses: azohra/shell-linter@v0.3.0
uses: azohra/shell-linter@v0.4.0
- name: hadolint
uses: brpaz/hadolint-action@master

View File

@ -1,3 +1,3 @@
NGINX_VERSION=1.18.0
NGINX_VERSION=1.19.1
NGX_GEOIP2_VERSION=3.3
DOCKER_IMAGE=dcarrillo/nginx