Skip to content

Bump jinja2 from 3.0.3 to 3.1.4 in /ansible #244

Bump jinja2 from 3.0.3 to 3.1.4 in /ansible

Bump jinja2 from 3.0.3 to 3.1.4 in /ansible #244

Workflow file for this run

on:
push:
pull_request:
name: Dockerfile validation
jobs:
docker_validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# see: https://github.com/hadolint/hadolint#configure
# see: https://hub.docker.com/r/hadolint/hadolint
# see: https://github.com/marketplace/actions/hadolint-action
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./docker/web/Dockerfile
trusted-registries: docker.io
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./docker/web/Dockerfile.legacy
trusted-registries: docker.io
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./docker/heroku/Dockerfile.heroku
trusted-registries: docker.io