Skip to content

Commit

Permalink
Merge pull request #12 from example-policy-org/renovate/alpine-k8s-1.x
Browse files Browse the repository at this point in the history
Update dependency alpine/k8s to v1.21.5
  • Loading branch information
chrisns authored Mar 31, 2022
2 parents 9cdba1e + f787846 commit ed9681f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/kyverno/kyverno-cli:1.6-dev-latest as kyverno-cli

FROM alpine/k8s:1.21.2
FROM alpine/k8s:1.21.5

RUN apk add --no-cache\
yq \
Expand Down

0 comments on commit ed9681f

Please sign in to comment.