Update alpine base image to 3.14.3 and security fixes (#2266)
* 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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.14
|
||||
FROM alpine:3.14.3
|
||||
RUN apk add --update ca-certificates
|
||||
COPY fission-bundle /
|
||||
ENTRYPOINT ["/fission-bundle"]
|
||||
|
||||
Reference in New Issue
Block a user