Skip to content

Commit beffb1b

Browse files
committed
Update .travis and Dockerfile
1 parent 18d90fe commit beffb1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ notifications:
44
email: false
55
jobs:
66
include:
7-
- go: 1.13.x
7+
- go: 1.15.x
88
stage: deploy
99
go_import_path: github.com/wzshiming/crun
1010
install: skip

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ RUN upx /go/bin/*
99

1010
FROM scratch
1111
COPY --from=upx /go/bin/ /usr/local/bin/
12-
ENTRYPOINT ["crun"]
12+
ENTRYPOINT ["/usr/local/bin/crun"]

0 commit comments

Comments
 (0)