* Update alpine base image to 3.14.3 * Security: Update github.com/opencontainers/image-spec to v1.0.2 Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
4 lines
96 B
Docker
4 lines
96 B
Docker
FROM alpine:3.14.3
|
|
RUN apk add --update ca-certificates
|
|
COPY reporter /
|
|
ENTRYPOINT ["/reporter"] |