Renovate: Pin dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-02-12 07:04:08 +00:00
parent 97da7ede84
commit b2745cbe5e
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ steps:
build-main: build-main:
when: when:
branch: main branch: main
image: woodpeckerci/plugin-docker-buildx:3.0.0 image: woodpeckerci/plugin-docker-buildx:3.1.0@sha256:4327ebcb101d5f5a446cc2d83574dfdf54ac75ce4a47bcb254309a5c169830dd
pull: true pull: true
settings: settings:
platforms: linux/amd64 platforms: linux/amd64
@ -20,7 +20,7 @@ steps:
when: when:
branch: branch:
exclude: ["main"] exclude: ["main"]
image: woodpeckerci/plugin-docker-buildx:3.0.0 image: woodpeckerci/plugin-docker-buildx:3.1.0@sha256:4327ebcb101d5f5a446cc2d83574dfdf54ac75ce4a47bcb254309a5c169830dd
pull: true pull: true
settings: settings:
platforms: linux/amd64 platforms: linux/amd64

View file

@ -1,5 +1,5 @@
FROM python:3.12.1-alpine3.19 FROM python:3.12.2-alpine3.19@sha256:1a0501213b470de000d8432b3caab9d8de5489e9443c2cc7ccaa6b0aa5c3148e
COPY --from=koalaman/shellcheck:v0.9.0 /bin/shellcheck /bin/ COPY --from=koalaman/shellcheck:v0.9.0@sha256:f35e8987b02760d4e76fc99a68ad5c42cc10bb32f3dd2143a3cf92f1e5446a45 /bin/shellcheck /bin/
# renovate: datasource=repology depName=alpine_3_19/build-base versioning=loose # renovate: datasource=repology depName=alpine_3_19/build-base versioning=loose
ENV BUILD_BASE_VERSION="0.5-r3" ENV BUILD_BASE_VERSION="0.5-r3"
@ -12,7 +12,7 @@ ENV GIT_VERSION="2.43.0-r0"
# renovate: datasource=repology depName=alpine_3_19/openssh-keygen versioning=loose # renovate: datasource=repology depName=alpine_3_19/openssh-keygen versioning=loose
ENV OPENSSH_KEYGEN_VERSION="9.6_p1-r0" ENV OPENSSH_KEYGEN_VERSION="9.6_p1-r0"
# renovate: datasource=pypi depName=pre-commit versioning=pep440 # renovate: datasource=pypi depName=pre-commit versioning=pep440
ENV PRE_COMMIT_VERSION="3.6.0" ENV PRE_COMMIT_VERSION="3.6.1"
# renovate: datasource=rubygems depName=mdl versioning=ruby # renovate: datasource=rubygems depName=mdl versioning=ruby
ENV MDL_VERSION="0.13.0" ENV MDL_VERSION="0.13.0"