Skip to content

Commit

Permalink
fix: remove rx from go version on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstrand committed Aug 23, 2021
1 parent 1ef2c65 commit 7a4f25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/zepto/_templates/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PATH /go/bin:$PATH
COPY . .
## Install dependencies and build
RUN apk update && \
apk add --update go=1.16.5-r0 git alpine-sdk make python3 && \
apk add --update go git alpine-sdk make python3 && \
go get -u github.com/go-zepto/zepto-cli/cmd/zepto && \
export PATH=$PATH:/usr/local/go/bin && \
npm install && \
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package zeptocli

var VERSION = "1.0.14"
var VERSION = "1.0.15"

0 comments on commit 7a4f25b

Please sign in to comment.