Compare commits
No commits in common. "renovate-all-minor-patch" and "main" have entirely different histories.
renovate-a
...
main
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ repos:
|
|||
hooks:
|
||||
- id: shellcheck
|
||||
- repo: https://github.com/gitleaks/gitleaks
|
||||
rev: v8.21.2
|
||||
rev: v8.18.4
|
||||
hooks:
|
||||
- id: gitleaks
|
||||
- repo: local
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
FROM python:3.13.0-alpine3.20@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6
|
||||
FROM python:3.12.4-alpine3.20@sha256:7f15e22f496c65cffbbac5e30e7e98d60f3e3b9cc5ee5d51cf3c55ed604787c8
|
||||
|
||||
# renovate: datasource=repology depName=alpine_3_20/build-base versioning=loose
|
||||
ENV BUILD_BASE_VERSION="0.5-r3"
|
||||
# renovate: datasource=repology depName=alpine_3_20/gcc versioning=loose
|
||||
ENV GCC_VERSION="13.2.1_git20240309-r0"
|
||||
# renovate: datasource=repology depName=alpine_3_20/ruby versioning=loose
|
||||
ENV RUBY_VERSION="3.3.3-r1"
|
||||
ENV RUBY_VERSION="3.3.3-r0"
|
||||
# renovate: datasource=repology depName=alpine_3_20/git versioning=loose
|
||||
ENV GIT_VERSION="2.45.2-r0"
|
||||
# renovate: datasource=repology depName=alpine_3_20/openssh-keygen versioning=loose
|
||||
|
|
Loading…
Reference in a new issue