build(deps): bump alpine from 3.15.4 to 3.16.0 in /cmd/kured (#560)

Bumps alpine from 3.15.4 to 3.16.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-25 06:54:04 +02:00
committed by GitHub
co-authored by lnx01
parent 9407c3f8f6
commit cd7c4f8da3
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.15.4
FROM alpine:3.16.0
RUN apk update --no-cache && apk upgrade --no-cache && apk add --no-cache ca-certificates tzdata
COPY ./kured /usr/bin/kured
ENTRYPOINT ["/usr/bin/kured"]