Merge pull request #467 from weaveworks/dependabot/docker/cmd/kured/alpine-3.15.0

build(deps): bump alpine from 3.14 to 3.15.0 in /cmd/kured
This commit is contained in:
Daniel Holbach
2021-11-29 11:12:38 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15.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"]