summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b0f8fc4..79318b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +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.http_proxy>http://35.196.90.170:80</docker.buildArg.http_proxy>
</properties>
<build>