From 4fc68bd2638441f4f7f6292d762e673930d4b0a2 Mon Sep 17 00:00:00 2001 From: Elvis Souza Date: Wed, 8 Jan 2020 23:29:58 -0300 Subject: [PATCH] upgrading github-cli to fix master docker release (#187) --- Dockerfile.builder | 2 +- RELEASE-NOTES.md | 3 +++ VERSION | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile.builder b/Dockerfile.builder index 07d483875..b20ccf481 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -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 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1fda95e1d..61c3a26d7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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) diff --git a/VERSION b/VERSION index 7d45237fe..ed58ff622 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.18.6 +2.18.7