Skip to content

Dockerfile: update to GDAL 3.8.0 #95

Dockerfile: update to GDAL 3.8.0

Dockerfile: update to GDAL 3.8.0 #95

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@v2
with:
fetch-depth: 0
- name: lint Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3008 DL3002 DL3013 DL3059 SC2102