Update dependency ansible-lint to v6.16.0 #1

Merged
aaron merged 3 commits from renovate/ansible-lint-6.x into main 2023-05-10 20:27:09 +02:00
Showing only changes of commit 1d32d4120c - Show all commits

View file

@ -1,5 +1,5 @@
FROM amd64/python:3.11.3-slim-bullseye
RUN apk add --no-cache git
RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/*
WORKDIR ./
ARG PUID=1000
ENV GROUP dockergroup