Skip to content

Commit db19bef

Browse files
committed
updated Dockerfile to fix vulnerabilities in Alpine base image
1 parent 14406cc commit db19bef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM alpine
2+
RUN apk update && apk upgrade
23
COPY chisel /app/
34
ENTRYPOINT ["/app/chisel"]

0 commit comments

Comments
 (0)