summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ab2be8f..5314838 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,8 +22,9 @@
<!--docker-->
<docker.tag>${project.version}-${timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
- <docker.buildArg.https_proxy>${env.HTTPS_PROXY}</docker.buildArg.https_proxy>
+ <docker.buildArg.https_proxy>https://165.227.53.107:3128</docker.buildArg.https_proxy>
<!--
+ <docker.buildArg.https_proxy>${env.HTTPS_PROXY}</docker.buildArg.https_proxy>
<docker.buildArg.https_proxy>https://165.227.53.107:3128</docker.buildArg.https_proxy>
<docker.buildArg.http_proxy>http://35.196.90.170:80</docker.buildArg.http_proxy>
-->