build(deps): bump alpine from 3.15.3 to 3.15.4 in /cmd/kured

Bumps alpine from 3.15.3 to 3.15.4.

---
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-04-05 21:04:41 +02:00
committed by Christian Kotzbauer
parent eb4acc69bf
commit 6691996bc0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.15.3
FROM alpine:3.15.4
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"]