build(deps): bump alpine from 3.15.1 to 3.15.2 in /cmd/kured

Bumps alpine from 3.15.1 to 3.15.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-24 07:08:45 +01:00
committed by Christian Kotzbauer
parent 1eec15b5dd
commit 445310b9b7
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.15.1
FROM alpine:3.15.2
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"]