Skip to content

Commit

Permalink
fix(container): update image public.ecr.aws/bitnami/kubectl to v1.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed Apr 17, 2024
1 parent ab069b0 commit 0fc8b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/script-exporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG TARGETPLATFORM
ARG VERSION
FROM ricoberger/script_exporter:v${VERSION} as source
FROM public.ecr.aws/bitnami/kubectl:1.29.3 as kubectl
FROM public.ecr.aws/bitnami/kubectl:1.29.4 as kubectl

FROM ghcr.io/deedee-ops/alpine:3.19.1

Expand Down

0 comments on commit 0fc8b75

Please sign in to comment.