Skip to content

Commit

Permalink
upgrading github-cli to fix master docker release (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo authored Jan 9, 2020
1 parent fb244a8 commit 4fc68bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.3/github-cli.sh > /usr/bin/github-cli &&\
curl -s -L https://github.com/mageddo-projects/github-cli/releases/download/v1.4/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
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.18.7
* Fixing docker image on latest version wasn't being updated

### 2.18.6
* Fixing gateway IP resolution when not in DPS network (#186)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.18.6
2.18.7

0 comments on commit 4fc68bd

Please sign in to comment.