Skip to content

Update python to 3.11.9 and bump deps #131

Update python to 3.11.9 and bump deps

Update python to 3.11.9 and bump deps #131

Workflow file for this run

name: hadolint
on:
push:
branches:
- master
paths:
- '{{cookiecutter.project_name}}/docker/django/Dockerfile'
- '.github/workflows/hadolint.yml'
pull_request:
paths:
- '{{cookiecutter.project_name}}/docker/django/Dockerfile'
- '.github/workflows/hadolint.yml'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: '{{cookiecutter.project_name}}/docker/django/Dockerfile'
failure-threshold: style