Skip to content

Commit

Permalink
Merge pull request #14 from mglants/renovate/bitnami-kubectl-1.x
Browse files Browse the repository at this point in the history
feat(container): update image bitnami/kubectl ( 1.30.3 → 1.31.0 )
  • Loading branch information
mglants authored Sep 8, 2024
2 parents eec79ec + c40b7f4 commit 98352c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/kea-dhcp-sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/kubectl:1.30.3 as kubectl
FROM bitnami/kubectl:1.31.0 as kubectl

Check warning on line 1 in apps/kea-dhcp-sidecar/Dockerfile

View workflow job for this annotation

GitHub Actions / Build images / Build/Test kea-dhcp-sidecar (linux/amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in apps/kea-dhcp-sidecar/Dockerfile

View workflow job for this annotation

GitHub Actions / Build images / Build/Test kea-dhcp-sidecar (linux/arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
FROM docker.io/alpine:3.20.0

COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
Expand Down

0 comments on commit 98352c5

Please sign in to comment.