We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14406cc commit db19befCopy full SHA for db19bef
Dockerfile
@@ -1,3 +1,4 @@
1
FROM alpine
2
+RUN apk update && apk upgrade
3
COPY chisel /app/
4
ENTRYPOINT ["/app/chisel"]
0 commit comments