Skip to content

Bump golang from 1.22-alpine to 1.23-alpine in the docker group #580

Bump golang from 1.22-alpine to 1.23-alpine in the docker group

Bump golang from 1.22-alpine to 1.23-alpine in the docker group #580

Workflow file for this run

name: Lint Dockerfile
on:
push:
branches:
- main
pull_request:
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3048,DL3025,DL3018