Skip to content

Commit 4f931c1

Browse files
chore(deps): update integration-test dockerfile dependencies
1 parent 70d0714 commit 4f931c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.integration-test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM --platform=${BUILDPLATFORM:-linux/amd64} bats/bats:1.12.0@sha256:0257e4f5326dd37046e94d4b8ce07c293447be80a9db6d6dfff1d50d07617e2e
22

3-
ARG KUBECTL_VERSION=v1.34.0
4-
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.40
5-
ARG YQ_VERSION=v4.47.1
3+
ARG KUBECTL_VERSION=v1.34.3
4+
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42
5+
ARG YQ_VERSION=v4.47.2
66

77
# Add packages
88
RUN apk upgrade --no-cache --no-progress \

0 commit comments

Comments
 (0)