Skip to content

Build(deps): bump nginx from 1.27.3-alpine-slim to 1.27.4-alpine-slim in /docker/website #79

Build(deps): bump nginx from 1.27.3-alpine-slim to 1.27.4-alpine-slim in /docker/website

Build(deps): bump nginx from 1.27.3-alpine-slim to 1.27.4-alpine-slim in /docker/website #79

Workflow file for this run

name: "Check Dockerfiles with hadolint"
on:
pull_request:
paths:
- "**/Dockerfile"
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- name: Checkout latest
uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/[email protected]
with:
recursive: true