Merge pull request #276 from evrardjp/vuln-image-fix

Temporarily workaround alpine issue
This commit is contained in:
Daniel Holbach
2021-01-08 15:01:38 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.12
RUN apk add --no-cache ca-certificates tzdata
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"]