Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Oct 10, 2022
1 parent bda65cb commit dd38e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.5-stretch AS build
FROM golang:1.18.3-stretch AS build
WORKDIR /
COPY . .
RUN CGO_ENABLED=0 go build -ldflags='-s -w' -o /vl ./cmd/vl/main.go
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ passed as they are in the text file
## Running with docker

```
$ docker run -it --rm -v $PWD:/ ellisonleao/vl /yourfile.md
$ docker run -it --rm -v $PWD:/vl ellisonleao/vl /vl/yourfile.md
```

# Screenshots
Expand Down

0 comments on commit dd38e88

Please sign in to comment.