Skip to content

Commit b646371

Browse files
chore(deps): update all patch dependencies (#162)
Co-authored-by: alaudaa-renovate[bot] <219066560+alaudaa-renovate[bot]@users.noreply.github.com>
1 parent 96ebb32 commit b646371

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

artifact-scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILDER_IMAGE=build-harbor.alauda.cn/devops/nonroot/builder-go:latest@sha256:45b414a05bde491490024482b2350c835e76f9ded4c9d7af36cd635e8a3d0a1f
2-
ARG BASE_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202601301100
2+
ARG BASE_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202603091100
33

44
FROM ${BUILDER_IMAGE} AS builder
55

pr-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN if [ -z "$BUILD_DATE" ]; then export BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%
2828

2929
RUN ./pr-cli version
3030

31-
FROM build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202601301100
31+
FROM build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202603091100
3232

3333
RUN apk add --no-cache \
3434
bash \

tekton/cleanup-runs-pvc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# use curl to download cli
22
ARG BUILDER_IMAGE=build-harbor.alauda.cn/ops/photon:5-alauda-202602261100
3-
ARG RUNTIME_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202601301100
3+
ARG RUNTIME_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202603091100
44
FROM ${BUILDER_IMAGE} AS download
55

66
# renovate: datasource=github-releases depName=kubectl packageName=AlaudaDevops/kubernetes
7-
ARG KUBECTL_VERSION=v1.33.8-alauda-6
7+
ARG KUBECTL_VERSION=v1.33.8-alauda-8
88

99
RUN set -eux; \
1010
if [ "$(uname -m)" = "arm64" ] || [ "$(uname -m)" = "aarch64" ]; then \

0 commit comments

Comments
 (0)