Skip to content

Bump python from 3.12.3-slim-bullseye to 3.12.4-slim-bullseye #671

Bump python from 3.12.3-slim-bullseye to 3.12.4-slim-bullseye

Bump python from 3.12.3-slim-bullseye to 3.12.4-slim-bullseye #671

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: ${{ matrix.image }}
strategy:
fail-fast: false
matrix:
image: [assembly, bash, c, compilers, csharp, haskell, html, java, java21, nodejs, prolog, python, r, scheme, sqlite, tested]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: brpaz/hadolint-action@master
with:
dockerfile: dodona-${{ matrix.image }}.dockerfile
ignore: DL3008