Update dependency ansible-lint to v6.16.0 #1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM amd64/python:3.11.3-slim-bullseye
|
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 ./
|
WORKDIR ./
|
||||||
ARG PUID=1000
|
ARG PUID=1000
|
||||||
ENV GROUP dockergroup
|
ENV GROUP dockergroup
|
||||||
|
|
Loading…
Reference in a new issue