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

This commit is contained in:
Renovate Bot 2024-01-30 11:57:44 +00:00
parent 97da7ede84
commit 023a250a74
2 changed files with 4 additions and 4 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.0.0@sha256:2e6c3d6b9f1a8e76a95e1d6382d08877939e75b411ee5b5e77f22a6ad366cd3e
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.0.0@sha256:2e6c3d6b9f1a8e76a95e1d6382d08877939e75b411ee5b5e77f22a6ad366cd3e
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.1-alpine3.19@sha256:14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69
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"