Skip to content

Dockerfile: update to GDAL 3.9.1 #158

Dockerfile: update to GDAL 3.9.1

Dockerfile: update to GDAL 3.9.1 #158

Workflow file for this run

---
name: dockerfile Linting
on:
pull_request:
branches:
- 'master'
paths:
- 'Dockerfile'
- '.github/workflows/dockerfile-lint.yml'
push:
branches:
- 'master'
paths:
- 'Dockerfile'
- '.github/workflows/dockerfile-lint.yml'
jobs:
dockerfile-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: lint Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3008,DL3002,DL3013,DL3059,SC2102