mirror of
https://github.com/helm/chart-releaser.git
synced 2026-02-05 18:45:29 +01:00
For CVE-2019-14697 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14697 Signed-off-by: Scott Rigby <scott@r6by.com>
9 lines
163 B
Docker
9 lines
163 B
Docker
FROM alpine:3.10
|
|
|
|
RUN apk --no-cache add ca-certificates
|
|
|
|
COPY cr /usr/local/bin/cr
|
|
|
|
# Ensure that the binary is available on path and is executable
|
|
RUN cr --help
|