Compare commits
2 Commits
c951503bf8
...
82ceef7e78
Author | SHA1 | Date | |
---|---|---|---|
|
82ceef7e78 | ||
769c764a6a |
@ -1,8 +1,4 @@
|
||||
FROM alpine:3.15.0
|
||||
|
||||
RUN apk add --no-cache py3-pip bash gcc musl-dev python3-dev libffi-dev
|
||||
|
||||
RUN pip3 install --upgrade pip
|
||||
FROM python:3.10.1-slim
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION=5.0.1
|
||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user