Skip to content

Build(deps): bump eclipse-temurin from 17.0.13_11-jre-alpine to 23.0.1_11-jre-alpine in /docker/server #76

Build(deps): bump eclipse-temurin from 17.0.13_11-jre-alpine to 23.0.1_11-jre-alpine in /docker/server

Build(deps): bump eclipse-temurin from 17.0.13_11-jre-alpine to 23.0.1_11-jre-alpine in /docker/server #76

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