Skip to content

Commit

Permalink
Fixing " escaping on release notes (#182)
Browse files Browse the repository at this point in the history
* upgrading version to get better logs

* bump github-cli version
  • Loading branch information
mageddo authored Jan 7, 2020
1 parent bd08a7b commit fdf8839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install &&\
FROM golang:1.12.9 AS GOLANG
RUN apt update &&\
apt install -y jq &&\
curl -s -L https://github.com/mageddo-projects/github-cli/releases/download/v1.1/github-cli.sh > /usr/bin/github-cli &&\
curl -s -L https://github.com/mageddo-projects/github-cli/releases/download/v1.2/github-cli.sh > /usr/bin/github-cli &&\
chmod +x /usr/bin/github-cli
ENV GOPATH=/app
ENV MG_WORK_DIR=/app/src/github.com/mageddo/dns-proxy-server
Expand Down

0 comments on commit fdf8839

Please sign in to comment.