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 18d90fe commit beffb1bCopy full SHA for beffb1b
.travis.yml
@@ -4,7 +4,7 @@ notifications:
4
email: false
5
jobs:
6
include:
7
- - go: 1.13.x
+ - go: 1.15.x
8
stage: deploy
9
go_import_path: github.com/wzshiming/crun
10
install: skip
Dockerfile
@@ -9,4 +9,4 @@ RUN upx /go/bin/*
FROM scratch
11
COPY --from=upx /go/bin/ /usr/local/bin/
12
-ENTRYPOINT ["crun"]
+ENTRYPOINT ["/usr/local/bin/crun"]
0 commit comments