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

Bumps alpine from 3.15.0 to 3.15.1.

---
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-17 18:58:10 +01:00
committed by Christian Kotzbauer
parent 238e6993f3
commit 1eec15b5dd
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.15.0
FROM alpine:3.15.1
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"]